Jump to content

Recommended Posts

Posted

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 know

Thanks


Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...