Re: Question on php questionmark variables but slash instead
- From: Andy Jeffries <news@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 02 May 2006 21:42:47 GMT
On Tue, 02 May 2006 11:55:04 -0700, pspauthority wrote:
Hello.
I've noticed in MediaWiki (the software used by Wikipedia.org) uses
forward-slashes "/" some of the time to organize the different items.
example
http://www.zeldarealm.com/zeldapedia/index.php/Main_Page
notice the
index.php/Main_Page
it uses a slash, rather than a question mark.
can someone please show me how to do this myself? It'd be appreciated
The answer other people seem to have missed is that $_SERVER["PATH_INFO"]
will be filled with /Main_Page on Apache servers.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
.
- Follow-Ups:
- Re: Question on php questionmark variables but slash instead
- From: Toby Inkster
- Re: Question on php questionmark variables but slash instead
- References:
- Question on php questionmark variables but slash instead
- From: pspauthority
- Question on php questionmark variables but slash instead
- Prev by Date: Re: Select box help
- Next by Date: Re: Select box help
- Previous by thread: Re: Question on php questionmark variables but slash instead
- Next by thread: Re: Question on php questionmark variables but slash instead
- Index(es):
Relevant Pages
|