Re: [PHP] output the schema

2007-08-07 Thread Richard Lynch
On Fri, August 3, 2007 6:34 am, Richard Heyes wrote: >> I reword my last post. >> >> I want to take the result and generate the field info to the screen >> e.g > > Well, if you're using MySQL you could use either "DESC ;" or > "SHOW CREATE ...". But you can't really generate the schema from a > res

RE: [PHP] output the schema

2007-08-03 Thread Uber Wannabe
site's sidebar lists other useful MySQL functions in PHP. -- N/A -Original Message- From: Hulf [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 6:09 AM To: php-general@lists.php.net Subject: [PHP] output the schema Hi, I reword my last post. I want to take the result and

Re: [PHP] output the schema

2007-08-03 Thread Richard Heyes
I reword my last post. I want to take the result and generate the field info to the screen e.g Well, if you're using MySQL you could use either "DESC ;" or "SHOW CREATE ...". But you can't really generate the schema from a result set. -- Richard Heyes +44 (0)844 801 1072 http://www.websuppo

[PHP] output the schema

2007-08-03 Thread Hulf
Hi, I reword my last post. I want to take the result and generate the field info to the screen e.g id, int(10) name, varchar(30) age, varchar(30). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php