I know this is pretty basic stuff, not done anything with it though for a few years.
I'm looking to update a Database, the structure is like this:
Database
- Website
-- News
Main database > Table > Row.
I know I need to use the UPDATE which I have attempted to do, but no luck, just wondered if anyone can direct me in the right direction.
Cheers.
Edit:
Just to add, this I what I have so far:
HTML Code:<form method="post" action="<?php $_PHP_SELF ?>"><textarea border='1' name='NewsUpdate' maxlength='500' cols='125' rows='10'/></textarea><br><center><input size='15'type='submit' value='update' /></center></form>





Reply With Quote





