JOHN Posted September 6, 2002 Posted September 6, 2002 lo ther,ive only recently just started to explore the world of php and already ive made a database. [right here] but as u can c the form adds but i havent had much luck deleting.Anyone know any sites which giv a good tutorial making a script to delete from a db? or do u know urself?Lemme knowThanks
zivan56 Posted September 7, 2002 Posted September 7, 2002 If you need to delete a record just do the following :mysql_query("DELETE * FROM insert_table_here WHERE whatever = '55' ");You need to do the connection to the database as usual before querying of course.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now