Nick Wilson wrote:
I have a DB that has a field called 'body' -> it holds the body of html
pages of course... What I need to do, is add to the very end of each
html page, one short peice of text.. not a footer, just an adition to
every page.

UPDATE table SET body = body + "text to append"

will update all rows in the table.

--
Stuart

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



Reply via email to