How would I update colums in a row and delete whole rows.
$DBName = "*";
$TableName = "*";
$Link = mysql_connect ($Host, $User, $Password);
I will have a form with 2 text inputs:
user_name and user_newname
and a check box, value ON will be to delete the row that the user_name is on.
If you could just point me at the code that checks for the name in the table and then replaces it and the coding for deletion. I should be able to fill in the rest.
Thanks a lot in advance.