> thanks for pointing that out.... yeah, you're right it was wrong,
should
> be
> "UPDATE news_comments SET .... WHERE ..."
> 
> since there was already a row.
> 
> ... still can't get it to post to the database though.

Then you still have an error in the query or your WHERE clause is not
matching anything. Print the query to the screen and do a common sense
check on it and then find out how to check for an error message with
whatever abstraction layer you're using. 

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to