Search found 3 matches

by anonymous2007
Tue May 01, 2007 3:26 am
Forum: Databases
Topic: Error with placing quotes on the screen
Replies: 3
Views: 451

This seems to solve the problem:

set_magic_quotes_runtime(0);
by anonymous2007
Tue May 01, 2007 3:01 am
Forum: Databases
Topic: Error with placing quotes on the screen
Replies: 3
Views: 451

This is the result:

debug: magic_quotes_gpc=on
debug: magic_quotes_runtime=off
debug: magic_quotes_sybase=off
by anonymous2007
Mon Apr 30, 2007 1:19 pm
Forum: Databases
Topic: Error with placing quotes on the screen
Replies: 3
Views: 451

Error with placing quotes on the screen

Does anybody here know the solution to the following problem? By means of a php script I retrieve data from a mysql database and then place the data on the screen. However sometimes the ' and " are placed incorrectly on the screen as \' and \" and other times these characters are placed on...