alarik149 Posted March 14, 2006 Share Posted March 14, 2006 I relally need to get the number of tables into a specific database.how can I do that? Quote Link to comment Share on other sites More sharing options...
shocker-z Posted March 14, 2006 Share Posted March 14, 2006 [code]$query = "SHOW TABLES"; $result = mysql_query($query); $num_of_tables = mysql_num_rows($result); [/code]should do the trick :) Quote Link to comment Share on other sites More sharing options...
alarik149 Posted March 14, 2006 Author Share Posted March 14, 2006 shocker-z you are so omni-present:))tanks a lot,it works,and I think at the moment you guys had a lot of me,I just finished the script I was working for so I'll take a small break:).See you soon guys:) 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.