Re: Dreamweaver & PHP
- From: "Fabian Hore" <fabianhore@xxxxxxxxx>
- Date: Mon, 26 Sep 2005 16:09:11 +0100
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@xxxxxxxxx> wrote in message
news:J9HZe.62$sL3.31@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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
>
.
- Prev by Date: Re: Dreamweaver & PHP
- Next by Date: remove numbers from a string
- Previous by thread: Re: Dreamweaver & PHP
- Next by thread: detecting IE active script enabled/disabled
- Index(es):