I only started learning PHP and mySQL yesterday... so forgiveme for being so stupid...
But... i call this line in my PHP code
mysql_query("INSERT INTO requests (Artist,Title) VALUES ($Artist,$Title);");
and it doesn't insert it into the db...
but if i add things directly (ie using mysql.exe) i can get them to show when i run my code
Can any one help

