[PHP] passing parameters in the url using forward slashes

2001-05-09 Thread Franklin van Velthuizen
Good morning/afternoon/evening.. whatever timezone you live in :) Small question: we all know how to pass parameter using question marks in an URL ofcourse.. but I was wondering whether it was also possible to pass parameters in the URL using forward slashes instead of those question marks, so

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread Rouvas Stathis
The Wise Man Said: WISE MAN's EMAIL Subject: RE: [PHP3] URL without a classic php filename like php, php3, phtml? Date: Tue, 11 Apr 2000 12:54:35 MST From: [EMAIL PROTECTED] To: "Michael Simcich" [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread Franklin van Velthuizen
[cut away some explanation] But I think it is pretty cool to make the program name look like just another directory in the tree, so I usually use Location. I suppose it *is* possible then. Anyway, I've already putten ForceType application/x-httpd-php in an .htaccess in the appropriate

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread hassan el forkani
hmm.. good question i don' t know exactly how it's done but i actually know a site that uses this extensively www.emp3finder.com, they concat strings i think it involves massive server configuration regards 09/05/01 14:08:25, Franklin van Velthuizen [EMAIL PROTECTED] wrote: -- PHP

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread Thomas Hurst
On 9 May 2001 05:05:30 -0700, [EMAIL PROTECTED] (Franklin van Velthuizen) wrote: Good morning/afternoon/evening.. whatever timezone you live in :) Small question: we all know how to pass parameter using question marks in an URL ofcourse.. but I was wondering whether it was also possible to

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread Christian Reiniger
On Wednesday 09 May 2001 14:41, hassan el forkani wrote: hmm.. good question i don' t know exactly how it's done but i actually know a site that uses this extensively www.emp3finder.com, they concat strings i think it involves massive server configuration It's quite simple. Read the tutorial