A admin Administrator Staff member Aug 20, 2008 #1 hi, I need to modify my table structure inside a MySQL db using just a PHP connection. How do I do that? mysql_query only allows SELECT, UPDATE, REPLACE etc., i.e. only changing the data rather than the table structure. thanks for your help.
hi, I need to modify my table structure inside a MySQL db using just a PHP connection. How do I do that? mysql_query only allows SELECT, UPDATE, REPLACE etc., i.e. only changing the data rather than the table structure. thanks for your help.