I have a problem which i dont know how to solve....
my script...
$game = "roguespear";
$title = "quepasa??mecasa...";
$num = mysql_query("SELECT * FROM DLtemplates WHERE id='$game'");
$num =mysql_fetch_array($num);
print(stripslashes("$num[sub]"));
what sub in DLtemplates where id=$game = $title
so why does it print
$title on the screen and not "quepasa??mecasa...";
any help apprecaited
- Peter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]