GSimpson
10-14-2006, 12:15 PM
Hello,
Ok so im after two answers at the moment,
when i see a url like this: http://www.example.com/index.php?other=new
does that mean the php coding on the page has a variable and that varable is set to other when you load that link, and my other question is im trying to make a table in mysql with a variable like such:
$named=$_POST['username'] . "'s mail";
mysql_query(CREATE TABLE '$named'(id varchar(15), subject varchar(15))";
why doesnt that work.
thanks.
Ok so im after two answers at the moment,
when i see a url like this: http://www.example.com/index.php?other=new
does that mean the php coding on the page has a variable and that varable is set to other when you load that link, and my other question is im trying to make a table in mysql with a variable like such:
$named=$_POST['username'] . "'s mail";
mysql_query(CREATE TABLE '$named'(id varchar(15), subject varchar(15))";
why doesnt that work.
thanks.