Dear Experts,
I am using XAMPP to work with PHP-MySQL.I want to create a table in a database(say 'db1') using only PHP code. I am using the following syntax but it is not working. But the database is connected successfully. Please guide me...
mysql_query("CR EATE TABLE tb1(uname varchar2(5),uid varchar2(10),pa ssword varchar2(10))") ;
I am using XAMPP to work with PHP-MySQL.I want to create a table in a database(say 'db1') using only PHP code. I am using the following syntax but it is not working. But the database is connected successfully. Please guide me...
mysql_query("CR EATE TABLE tb1(uname varchar2(5),uid varchar2(10),pa ssword varchar2(10))") ;
Comment