Database with Codes
Posted: Thu Dec 01, 2011 12:46 pm
Is there anyway to have my database automatically delete the code in the database after it is put into the text box?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$query = "DELETE FROM tablename WHERE code = '{$code_to_delete}'";