View Single Post
  #5  
Old 25th December 2015, 06:46
corex corex is offline
Member
 
Join Date: Nov 2015
Posts: 9
Default tried to
Quote:
Originally Posted by rubb3r View Post
If you actually read what DND wrote then you should have been able fix the issue. It seems like you want someone to just do it for you instead of doing it yourself. 100% of coders went through trial and error to get the knowledge they have today. If your going to run a site you need basic coding skills and learn how to break and fix things on your own.

You need to turn it off because the PHP version you are running is at least PHP 5.3 or higher and that's why it's deprecated.

set_magic_quotes_runtime(false);

It tells you this right there on the link that DND posted.
I Have set it to :
set_magic_quotes_runtime(false);
From :
set_magic_quotes_runtime(0);
But that didn't worked for me.Please help
Reply With Quote