faqts : Computers : Programming : Languages : PHP : Common Problems : HTTP Headers

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 15 people (47%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

How can I parse a a querystring like file.php/query rather that file.php?query

Nov 2nd, 2000 09:27
David Croft, Mike Harrison,


You can use $PATH_INFO

e.g. /file.php/1/5
$PATH_INFO would contain "/1/5"