RE: [PHP] Parse URL parameters

2001-07-05 Thread Matthew Loff
Those are automatically assigned to $a1 and $a2. -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 3:20 AM To: [EMAIL PROTECTED] Subject: [PHP] Parse URL parameters How can I parse parameters sent with the URL of an pgp site? Example: I call the

RE: [PHP] Parse URL parameters

2001-07-05 Thread Adrian Ciutureanu
a2 = '$a2'"?> :) > -Original Message- > From: Andy [mailto:[EMAIL PROTECTED]] > Sent: 5 iulie 2001 10:20 > To: [EMAIL PROTECTED] > Subject: [PHP] Parse URL parameters > > > How can I parse parameters sent with the URL of an pgp site? > > Example: I call the site with > http://www.serv

Re: [PHP] Parse URL parameters

2001-07-05 Thread ReDucTor
$vars = array(); $url2 = explode("?", $url); $url3 = explode("&", $url2[1]); for($i=0;$i To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 5:19 PM Subject: [PHP] Parse URL parameters > How can I parse parameters sent with the URL of an pgp site? > > Example: I call the site with > http://ww