Re: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Ashley M. Kirchner
John A. Grant wrote: Why? What's wrong with ?var1=1var2=2 Where did you hear me say there was something wrong with it? It's a personal choice. -- W | I haven't lost my mind; it's backed up on tape somewhere. +

RE: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Andrew Hill
Note, this is not currently possible under the CGI, only as a module. Best regards, Andrew Hill -Original Message- From: John A. Grant [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 4:04 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Submitting variables via /'s Ashley

Re: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Chris Hobbs
Joao Prado Maia wrote: Ashley M. Kirchner [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I want to move away from file.php?var1=1var2=2var3=3 ...and go to file.php/1/2/3 That is actually a good idea to build dynamic web sites and be

Re: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Ashley M. Kirchner
Matthew Walker wrote: So, can someone give me the spot to look in the documentation to find out how to make this switch? Rasmus explained it earlier to me: Nothing to it. All you really need to know is that $PATH_INFO will contain /1/2/3 simply pick out what you need using something

Re: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Steve Werby
Matthew Walker [EMAIL PROTECTED] wrote: So, can someone give me the spot to look in the documentation to find out how to make this switch? There are multiple solutions. In a nutshell here's what I do. I add directives to the VirtualHost block for the site which point web requests for certain