Creating Tables
Moderators: egami, macek, gesf
There is no specific way to do that.
You simply have to create a correct query and execute that with mysql_query.
If that query fails you should look at the error and work from there to get it working.
There are no restrictions on possibilities with query's in php.
Greetz Daan
You simply have to create a correct query and execute that with mysql_query.
If that query fails you should look at the error and work from there to get it working.
There are no restrictions on possibilities with query's in php.
Greetz Daan