JohnGJ wrote:
> I changed them to apostrophe's and still got the same
error message.
>
> I have the same exact article on my local server, and it
works fine when I
> update it.
>
> This seems like a very unique problem as I cant find it
anywhere on any other
> forums.
No, it's not a very unique problem. It's almost certainly a
question of
incorrectly escaped quotes or special characters. The server
behaviors
in Dreamweaver handle all of this correctly for you. If
you're
hand-coding, you need to remove any magic quotes and filter
your data
through mysql_real_escape_string(). More details here:
http://docs.php.net/manual/en/function.mysql-real-escape-string.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/