well yeah that happens to all of us when we are posting something in Facebook, Twitter or other social networks that we remove and rewrite our status multiple time before posting it online, but how about the blogs. It has happened to me alot while I was talking about some subject in a 500 words… Continue reading How many of you have trashed your unpublished posts within 5 minutes.
Day: August 2, 2014
How to disable magic quotes gpc on cPanel running FastCgi
If your web hosting running fastcgi one of the coolest and easiest ways to turn of magic quotes gpc on your hosting is to create a .user.ini file and store following code in it: magic_quotes_gpc = Off