i dont know why but sometimes i use the same exact thing ive used on other pages that it has worked for and it just doesnt work on the new page im working on.
i have a table called users. with columns called username password and status why isnt this working:
$var1 = "test1";
$var2 = "no app";
mysql_query("INSERT INTO users(`username`, `password`, `status`) VALUES('$var1', '$var2', '$var2')");
it also does not work if i take out the ` marks and when i add a $this = mysql....