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
Karl, it's .= (read the fine manual ;-) ) > retrn =. "$VariableName\=$VariableValue"; > retrn =. "&"; Variables in PHP need a $dollarsign. Money makes the world go round Chris Send reply to: "Karl J. Stubsjoen" <[EMAIL PROTECTED]> From: "Karl J. Stubsjoen

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
I don't think you need the \=, just the = should do. Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED] http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "LINUX is obsolete"