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=deactivate&confirm=yes" > > Should work... > > > > On Tue, 2002-11-19 at 20:44, Jeff Bluemel wrote:

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

2002-11-19 Thread Ray Hunter
HREF="action.html?action=deactivate&confirm=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 PROTECTE

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

2002-11-19 Thread Leif K-Brooks
I don't mind helping, but can you please read the archives next time? This has been asked a lot. Anyway, the correct syntax is: HREF="action.html?action=deactivate&confirm=yes" Jeff Bluemel wrote: I'm using the following syntax, but evidently it's not correct. HREF="action.html?action=deactiv

[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