This seems to solve the problem:
set_magic_quotes_runtime(0);
Search found 3 matches
- Tue May 01, 2007 3:26 am
- Forum: Databases
- Topic: Error with placing quotes on the screen
- Replies: 3
- Views: 451
- Tue May 01, 2007 3:01 am
- Forum: Databases
- Topic: Error with placing quotes on the screen
- Replies: 3
- Views: 451
- 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...