[PHP] Stripslashes and fwrite not working
I was working with one project and writing textarea’s data into one file using fwrite function of PHP. It keeps adding forward slash whenever single quote comes in string. I have tried to use stripslashes but it did not work. I tried stripslashes twice but it did not work as well.
[.htaccess] How to turn off magic quotes
Are you looking for a solution to turn off the magic quotes using .htaccess ? If you work on local than you can turn off magic quotes in php.ini file but when you works with server, you may not have access of server’s php.ini file. There is another way to do the same task. You can turn off the magic quotes using .htaccess.
[OpenCart] Order Total Grand Total always zero(0)
I was working with Open Cart today and i found a strange issue that when i click on Add to Cart button, it adds product in Shopping cart. Everything works fine except Total Price. It shows Order Total to 0 in shopping cart page as well as Checkout page. I have searched a lot in code and check all the files related to Cart and function which calculate total of Order.
[Magento] How to get all Manufactures in Magento
Are you working with Magento and wanted to get all manufactures list ? If yes than you are at the right place to get the solution for it. To get all manufactures lists in Magento, you just need to take below code. How to get all Manufactures in Magento, All manufactures in Magento, Magento get manufactures, Get manufactures in Magento, Solution for Getting Manufactures in Magento, Manufactures Products in Magento.
[WordPress] How to Add fields in Registration form
As you know the popularity of WordPress, clients are asking for customization services in WordPress website. Yesterday i was working with WordPress and I was in need to add few fields in Registration form of WordPress site without affecting WordPress Core files. This benefits when you upgrade the WordPress version, changes will remains and you will not lost the work you had done.
When to Use Functions in PHP?
Whether you are new to programming or an intermediate programmer, learning new tricks can speed up your productivity and acquire more ideas for your program. This is also important for advanced programming languages such as PHP. The complexity of the language can be daunting at first, but thanks to using “Functions” in your code, it can save a lot of time by not having to type the code every time it is needed, and using less coding in your application.
[Solved] Cooloris 3D Wall Crossdomain.xml error
I was implementing Cooloris 3D Wall. After so much trouble, i get success in implementing Cooloris 3D Wall. If you are facing problem in implementing Cooloris 3D Wall Gallery with your own Media RSS than look at my last post. If you are done with implementing Cooloris 3D Wall and facing a crossdomain.xml issue than follow below instructions.
[Solved] Cooloris 3D Wall – Not Working – Media RSS – Flickr Picasa RSS
I was implementing Cooloris 3D Wall for one of my client. I followed the instructions given in Cooloris site. I am really unhappy with their documents, help, forums and developer section. They are not clear with the point how to implement media RSS in Cooloris 3D Wall. I searched in Google but not finding any solutions. Peoples or developers are searching for the code and they are just trying to solve by try-error method.
[Magento] Add Contact Us form in any page
Magento provide contact us form functionality by default. You can find a contact form link in the footer of your Magento website. However you can add this contact form in any Magento web page that you want to.


I am
Recent Comments