| 
 Posted by newbie on 11/29/05 03:40 
Hi, 
 
I have a form that returns 
 
$_ENV[QUERY_STRING]=name=bob&address1=house&address2=town 
 
I want to be able to split this to end up with separate values like.. 
 
$name = bob 
$address1 = house 
$address2 = town 
 
but can't figure out how. 
I'm sure this is very basic and so would be glad of any help 
 
thanks
 
  
Navigation:
[Reply to this message] 
 |