-
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
> 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
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
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,
I have a php script that browses a database table.
You can page through the database table by
clicking these links:
http://localhost/browse.php?action=first
http://localhost/browse.php?action=prev
http://localhost/browse.php?action=next
http://localhost/browse.php?action=last
When you click the
5 matches
Mail list logo