Empty a table in MySQL database with HTML form and PHP

Posted by Shek on May 18, 2008 under PHP | Be the First to Comment

Editor’s note: In some cases which the user might need to empty a table in the MySQL database. Instead of deleting every record in the MySQL database, you could run a query “truncate table ‘tablename’” to do the job.
Read more of this article »