|
|
View Message | Back to Messages |
agamemnus Sat Sep 8 2007 at 1:07 am question on SQL database..
No information_schema unlike in my offline XAMPP version.... I can't use my command without it... how can I add that database? Is that only SQL 5?
ex:
$n = mysql_query("SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = '". $tablename2 ."'");
|
|