hi there
Is it possible to export a newly created table from PHPMyAdmin to a php file, ready to post on the www?
Thanks
| SitePoint Sponsor |


hi there
Is it possible to export a newly created table from PHPMyAdmin to a php file, ready to post on the www?
Thanks




Theres a tab "export", which will generate a query to create the table, it would be quite easy to put this in a variable and mysql_query() it.
Bookmarks