Nick, > How would I go about editing a certain record in a > MySQL database; Items? I want to be able to change a > value that was already inserted into the table.
You neglected to mention which tool(s) you have at your disposal. SELECT the pertinent row. View the data. Amend it as required. UPDATE the row with the changed data. Regards, =dn --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php