A
Anonymous
Guest
I keep getting a parse error when trying to declare a simple string variable from with a function (using PHP). I can do things like...
$db = mysql_connect("localhost", "user", "pass");
but if I try...
$this = "that";
I get a parse error on the line.
What's wrong? Please let me know if I'm not providing enough information. Thank you for you time and attention.
$db = mysql_connect("localhost", "user", "pass");
but if I try...
$this = "that";
I get a parse error on the line.
What's wrong? Please let me know if I'm not providing enough information. Thank you for you time and attention.