now i wana install an SQL code for a website....its actually an installation procedure for my software. so i used the following code
mysql_query($table1);
mysql_query($table2);
mysql_query($table3);
mysql_query($table4);
mysql_query($table5);
mysql_query($table6);
mysql_query($table7);
mysql_query($table8);
where all the variables in brackets are all having SQL Codes to be installed!
I tried run my script but my SQL Database shows only first 4 SQL codes installed but not the last 4.
Please HELP!!!
rbjolly - I tried to do the same thing before.......dint work!
mysql_query($table1);
mysql_query($table2);
mysql_query($table3);
mysql_query($table4);
mysql_query($table5);
mysql_query($table6);
mysql_query($table7);
mysql_query($table8);
where all the variables in brackets are all having SQL Codes to be installed!
I tried run my script but my SQL Database shows only first 4 SQL codes installed but not the last 4.
Please HELP!!!
rbjolly - I tried to do the same thing before.......dint work!