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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.