![]() |
|
|
+ Search |
![]()
|
Apr 19th, 2002 09:19
Alex Dean, Stephen Edmonds,
<?php //first establish a connection to mySQL, then... $query = "DELETE FROM table WHERE condition"; mysql_query($query) or die(mysql_error()); ?>