1)can i build tables at run time from php? 2) can i add and remove after it col's from my table? thanks in advance peleg
you can build a table at runtime and also perform all the operations i.e. insert,update,delete and listing of table also can be done.
🙂
Go read the MySQL manual :-)
Heres a hint: CREATE TABLE ALTER TABLE
thats all i needed