patricktr wrote:
> I raised another query about the recording names with
> an apostrophe (e.g. O'Reilly) in a db.... basically it looks as if the name
> will be recorded as O\'Reilly ... any thoughts?
Your server is using magic quotes, which is another feature that will be
removed entirely from PHP 6.
Either turn off magic quotes, or if it's something imposed by your
hosting company, use one of the techniques shown here:
http://docs.php.net/manual/en/securi....disabling.php
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/