essjay_d12 Posted March 13, 2006 Share Posted March 13, 2006 Is it possibly to describe tables through php?describe [i]table[/i]; just doesnt seem to return anything.ThanksD Quote Link to comment Share on other sites More sharing options...
shocker-z Posted March 13, 2006 Share Posted March 13, 2006 [a href=\"http://dev.mysql.com/doc/refman/5.0/en/show-columns.html\" target=\"_blank\"]http://dev.mysql.com/doc/refman/5.0/en/show-columns.html[/a]that is basicaly the command that DESCRIBE runs so if you look at that it may help but im not sure to how you would echo this back.. Quote Link to comment Share on other sites More sharing options...
essjay_d12 Posted March 13, 2006 Author Share Posted March 13, 2006 Yeah I have done that - in MySQL its fine, I just cannot seem to get anything appearing when I try to echo it in PHP.Thanks though. 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.