Posted: Tue Dec 23, 2003 2:47 pm
i know u can't, i just wanted to show u what the output was.....
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$sql = "SELECT * FROM one";
$result = mysql_query($sql) or die(mysql_error()); //If replace the $sql variable with the content of $sql, it doesn't work, but like it is now, it's working :/
?>