Help - Search - Members - Calendar
Full Version: n00b to php
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
JOHN
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
zivan56
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.
JOHN
cheers m8 ill giv it a go biggrin.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.