Jump to content

[SOLVED] Delete all from a table


lmhart

Recommended Posts

I can not get the following code to work.  If I run the sql statement in the db it will delete all the data but it will not work from the page.  My connection string is fine I just can not get it to delete.

 

<?php
include 'dbc.php'


mysql_query("delete from categories");

include 'redirect_category.php';
?>

Link to comment
https://forums.phpfreaks.com/topic/177444-solved-delete-all-from-a-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.