Re: [PHP] PHP & URL Question - omitting index.php

2001-05-22 Thread Tomaz Kovacic
- From: "colin olkowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 10:01 PM Subject: [PHP] PHP & URL Question - omitting index.php > Quick question on passing arguments via URL. > > Does anyone know if any browsers have a hard time deal

Re: [PHP] PHP & URL Question - omitting index.php

2001-05-21 Thread Alex Black
> http://www.blahbalh.com/directory/?arg1=arg1&arg2=arg2 > > In this case the "directory" would have an index.php file that would react > based on the query string, but as you can see I'm not including the > index.php in the link. > > Is this o.k. or will some browsers get confused? I've never

Re: [PHP] PHP & URL Question - omitting index.php

2001-05-21 Thread Markus Fischer
On Mon, May 21, 2001 at 04:01:14PM -0400, colin olkowski wrote : > http://www.blahbalh.com/directory/?arg1=arg1&arg2=arg2 Perfectly ok. - Markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

[PHP] PHP & URL Question - omitting index.php

2001-05-21 Thread colin olkowski
Quick question on passing arguments via URL. Does anyone know if any browsers have a hard time dealing with something like the following? http://www.blahbalh.com/directory/?arg1=arg1&arg2=arg2 In this case the "directory" would have an index.php file that would react based on the query string,