RE: [PHP] I give - Whats wrong

2001-01-24 Thread Pickup, Jordan
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:

Re: [PHP] I give - Whats wrong

2001-01-24 Thread Karl J. Stubsjoen
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 >

Re: [PHP] I give - Whats wrong

2001-01-24 Thread Chris Hayes
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

Re: [PHP] I give - Whats wrong

2001-01-24 Thread Rasmus Lerdorf
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

Re: [PHP] I give - Whats wrong

2001-01-24 Thread jeremy brand
: 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

[PHP] I give - Whats wrong

2001-01-24 Thread Karl J. Stubsjoen
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