* and then Stuart declared....
> 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"

Hehe, it's been such a loooong time since i did even the simplest SQL
work ;-)

Thanks, i knew I should have known that, but it's amazing how fast you
can lose skills/knowledge if you dont practice them regularly...

Thanks again!

-- 
Nick W

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

Reply via email to