Corey
2008-12-13 20:56:21 UTC
"...
mysql_query("CREATE TABLE $username(id INT NOT NULL
...
"
and
"
...
mysql_query("INSERT INTO $username
(age, location, joined, email, name, password) VALUES('$age', '$location', '$date', '$email', '$name', '$password') ")
...
"
None of them work, though if i replace the variables with plain text it does. I cant find any answers for this problem and i have been trying to fix it for 4 hours straight now!