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

But what's being sent to SQL? What's contained in $TableName, $Intro_Title,
etc.? And what data types are all those fields?


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

Reply via email to