$Query = "UPDATE $TableName SET Intro_Title = '$Intro_Title', Intro = '$Intro' WHERE ID = '$ID'";




From: "Liam Gibbs" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Subject: Re: [PHP] updating pages with php
Date: Wed, 5 Mar 2003 13:33:11 -0500

> What I have discovered is that I can manually type it in the mysql server
> with whatever characters I want, but when I try to update it with a sql
file
> or via the webpage I created with the comma's it gives me errors. I take
> them out of the sql text and webpage and it works fine.


The problem can't be with the commas. Post the query here, or try an SQL
list.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to