baber_abbasi Posted June 28, 2003 Share Posted June 28, 2003 Hi, Plz tell me how can I drop a table created already in my database by using mysql_query() function. Thankx Link to comment https://forums.phpfreaks.com/topic/647-drop-table/ Share on other sites More sharing options...
rhysmeister Posted June 30, 2003 Share Posted June 30, 2003 $sql = \"DROP TABLE $tablename;\"; mysql_query($sql); From one of my applications. I use a html form to submit the table name. Link to comment https://forums.phpfreaks.com/topic/647-drop-table/#findComment-2178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.