RE: [PHP] parsing /'s in urls

2004-11-12 Thread Dennis Seavers
; > Date: 11/11/2004 11:58:10 PM > Subject: [PHP] parsing /'s in urls > > My host recently upgraded PHP. I had a script, download.php, that would > work like this > > http://www.myhost.com/download.php/30/file.torrent > > the download.php script would take the 30,

[PHP] parsing /'s in urls

2004-11-11 Thread leehro
My host recently upgraded PHP. I had a script, download.php, that would work like this http://www.myhost.com/download.php/30/file.torrent the download.php script would take the 30, look up the real filename in the database, and readfile() it back. this was a great setup because the browser just