[PHP] how to pass multiple $_GET variables

2002-11-19 Thread Jeff Bluemel
I'm using the following syntax, but evidently it's not correct.

HREF=action.html?action=deactivate?confirm=yes

thanks,

Jeff



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] how to pass multiple $_GET variables

2002-11-19 Thread Ray Hunter
HREF=action.html?action=deactivateconfirm=yes

Should work...



On Tue, 2002-11-19 at 20:44, Jeff Bluemel wrote:
 I'm using the following syntax, but evidently it's not correct.
 
 HREF=action.html?action=deactivate?confirm=yes
 
 thanks,
 
 Jeff
-- 

Ray Hunter
email:  [EMAIL PROTECTED]
www:http://venticon.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] how to pass multiple $_GET variables

2002-11-19 Thread Jeff Bluemel
WOW - talk about a quick response.  this solved my problem...

thanks,

Jeff
Ray Hunter [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 HREF=action.html?action=deactivateconfirm=yes

 Should work...



 On Tue, 2002-11-19 at 20:44, Jeff Bluemel wrote:
  I'm using the following syntax, but evidently it's not correct.
 
  HREF=action.html?action=deactivate?confirm=yes
 
  thanks,
 
  Jeff
 --

 Ray Hunter
 email: [EMAIL PROTECTED]
 www: http://venticon.com




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php