Demonic Posted September 5, 2006 Share Posted September 5, 2006 im used to PHPmyADmin but i dont want to do that again sinec i deleted my whole forum -_- so how can i use these in a mysql_query? Link to comment https://forums.phpfreaks.com/topic/19815-not-sure-but-delete-table-or-drop-table-how-to-use-it-o_o/ Share on other sites More sharing options...
Woolf Posted September 5, 2006 Share Posted September 5, 2006 mysql_query("DROP TABLE tablename");where tablename is the actual name of the table. Link to comment https://forums.phpfreaks.com/topic/19815-not-sure-but-delete-table-or-drop-table-how-to-use-it-o_o/#findComment-86701 Share on other sites More sharing options...
roopurt18 Posted September 5, 2006 Share Posted September 5, 2006 If you deleted your entire forum with PHPMyAdmin it's because you don't have a fundamental understanding of MySQL. Changing from the PHPMyAdmin interface to entering SQL queries directly isn't going to change anything as far as your understanding goes.My recommendation is to have a local development site on your desktop that mirrors your production site. This way you can break it all you want on your local machine without worrying about trashing your data on the web.XAMPP is a useful tool for setting up such a local site. Link to comment https://forums.phpfreaks.com/topic/19815-not-sure-but-delete-table-or-drop-table-how-to-use-it-o_o/#findComment-86707 Share on other sites More sharing options...
Demonic Posted September 5, 2006 Author Share Posted September 5, 2006 [quote]If you deleted your entire forum with PHPMyAdmin it's because you don't have a fundamental understanding of MySQL. [/quote]wtf only reason i accidentally deleted my intire forum is because i was trying to delete a table but didn't overlook where i was located in PHPMyADMIN hence me now for security reasons forgeting how to drop a table VIA mysql,PHPcase closed. Link to comment https://forums.phpfreaks.com/topic/19815-not-sure-but-delete-table-or-drop-table-how-to-use-it-o_o/#findComment-86772 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.