Re: [PHP] newbie question regarding URL parameters

2007-01-05 Thread Jim the Standing Bear
Thanks, everyone. Yeah, I really need to dig myself out of the sand. :D On 1/5/07, Robert Cummings <[EMAIL PROTECTED]> wrote: On Fri, 2007-01-05 at 20:57 -0500, Jim the Standing Bear wrote: > Hello, > > I have a newbie question regarding URL parameters. The PHP script I >

[PHP] newbie question regarding URL parameters

2007-01-05 Thread Jim the Standing Bear
Hello, I have a newbie question regarding URL parameters. The PHP script I wrote need to read parameters passed in from a URL, so as an example http://my.domain/myscript.php?name=me&age=27 and my script would use $name to get the value for name and $age to get the value for age. Everything wa