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 Link to comment https://forums.phpfreaks.com/topic/4837-describe-tables-through-php/ 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.. Link to comment https://forums.phpfreaks.com/topic/4837-describe-tables-through-php/#findComment-17018 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. Link to comment https://forums.phpfreaks.com/topic/4837-describe-tables-through-php/#findComment-17021 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.