prathameshkakade Posted August 27, 2013 Share Posted August 27, 2013 Hello everyone. I am new to PHP/SQL. I tried to display tables from a database using PHP and MySQli functions(not MySQL). But I failed. Can anyone tell me how to do it.Also please explain me the code, Thank You. Link to comment https://forums.phpfreaks.com/topic/281609-mysqli-php-help/ Share on other sites More sharing options...
requinix Posted August 27, 2013 Share Posted August 27, 2013 Use the query SHOW TABLES FROM databaseand grab the values from the first (and only) column. Link to comment https://forums.phpfreaks.com/topic/281609-mysqli-php-help/#findComment-1447046 Share on other sites More sharing options...
prathameshkakade Posted August 28, 2013 Author Share Posted August 28, 2013 Use the query SHOW TABLES FROM databaseand grab the values from the first (and only) column. Please show me the PHP code. Thanks for the reply. Link to comment https://forums.phpfreaks.com/topic/281609-mysqli-php-help/#findComment-1447137 Share on other sites More sharing options...
cyberRobot Posted August 28, 2013 Share Posted August 28, 2013 @prathameshkakade - What was the code you tried? If you got any errors, what were they? Link to comment https://forums.phpfreaks.com/topic/281609-mysqli-php-help/#findComment-1447149 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.