Hello, This is a reply to an e-mail that you wrote on Tue, 22 Jul 2003 at 20:53, lines prefixed by '>' were originally written by you. > I just found, that one server pulls the data out of the db and leaves > the > slashes inside the text, while the other one does not. > both of the phpinfo look same to me. However I might have overlooked > something.
Sounds like one server is adding the slashes twice then, possibly once by magic quotes and once by your call to addslashes. Double check your php.ini and phpinfo() output to see if magic quotes is on. David. -- phpmachine :: The quick and easy to use service providing you with professionally developed PHP scripts :: http://www.phpmachine.com/ Professional Web Development by David Nicholson http://www.djnicholson.com/ QuizSender.com - How well do your friends actually know you? http://www.quizsender.com/ (developed entirely in PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php