Hi
I m using xampp latest version. I have a table created by phpmyadmin. Now I want to delete all data form the table, But dont want to drop the table. Problem is that...
When I click oncheck_all it select all checkbox. but some row r yello background. When I click for delete, only yellow rows r deleted and others remain same. what is the problem
Please help me

To delete all the data from the table run the following query

TRUNCATE TABLE table_name;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.