Re: [PHP] URL Parsing Help

2002-01-29 Thread Shane Lambert
ith the assigned values > of "contact" and "view", respectively. > > ~Chris /"\ > \ / September 11, 2001 > X We Are All New Yorkers >

[PHP] URL Parsing Help

2002-01-29 Thread Shane Lambert
I am trying to write software that will allow me to pass variables to a php script like: index.php/option=contact/step=view When I do this, I get the varibal PATH_INFO which contains "/option=contact/step=view". Now, what I want is to have the following: $option = "contact" $step = "view" I