|
Posted by Fabian Hore on 09/26/05 18:09
The parse error is because you cannot do
isset( SomeFunction() )
even if SomeFunction does exist.
isset tests whether a variable exists and that expression is not a variable.
It looks like the call to the Request function is actually meant to be
$_REQUEST['something'] which would be just fine.
I can't imagine that Dreamweaver would have altered this for you, I imagine
that someone somewhere got confused.
"Divorcee In Waiting" <UNKNOWN@YAHOO.COM> wrote in message
news:J9HZe.62$sL3.31@newssvr13.news.prodigy.com...
> I'm trying to create a query with mysql, and my recordset is displaying
> information properly, but when I upload the page, i get the following
> error:
>
> Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$'
> in /homepages/23/d91401863/htdocs/Soccer/titans/sept17/t-sept17.php on
> line 13
>
Navigation:
[Reply to this message]
|