Could it be the lack of $?
It should be
$retrn =. "$VariableName\=$VariableValue";
I do that all the time. The syntax is so close to javascript that when I'm
typing I often leave out the dollar sign. Especially when I have php and
javascript in the same file.
On Wednesday, January 24, 2001 4:
iling List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 4:31 PM
Subject: Re: [PHP] I give - Whats wrong
> You could of course just check $QUERY_STRING
>
> As for your error, you a missing a $ in front of retrn at the beginning of
> that line.
>
> -Rasmus
>
MAIL PROTECTED]>
From: "Karl J. Stubsjoen" <[EMAIL PROTECTED]>
To: "PHP Mailing List" <[EMAIL PROTECTED]>
Date sent: Wed, 24 Jan 2001 16:34:41 -0700
Subject:[PHP] I give - Whats wrong
> I've tried
You could of course just check $QUERY_STRING
As for your error, you a missing a $ in front of retrn at the beginning of
that line.
-Rasmus
On Wed, 24 Jan 2001, Karl J. Stubsjoen wrote:
> I've tried and tried to figure out what is wrong with this function, but I
> can't. Could you please have
: Wed, 24 Jan 2001 16:34:41 -0700
> From: Karl J. Stubsjoen <[EMAIL PROTECTED]>
> To: PHP Mailing List <[EMAIL PROTECTED]>
> Subject: [PHP] I give - Whats wrong
>
> I've tried and tried to figure out what is wrong with this function, but I
> can't. Cou
I've tried and tried to figure out what is wrong with this function, but I
can't. Could you please have a look. This function reconstructs the
querystring values passed in the querystring:
function PassOnGetVars() {
global $HTTP_GET_VARS;
#initialize retrn value
$retrn = "?";
#loop th
6 matches
Mail list logo