: PHP List
Subject: Re: [PHP] Reading URL is changed
First of all, you can use Javascript to submit a form when the link is
pressed.
Andu has a good idea too, but I figured I'd elaborate:
If you create a form like:
The browser visits the URL:
http://www.foo.com?foo=bar&bar=foo
First of all, you can use Javascript to submit a form when the link is
pressed.
Andu has a good idea too, but I figured I'd elaborate:
If you create a form like:
The browser visits the URL:
http://www.foo.com?foo=bar&bar=foo
This is called GET method in a form. Do a google search.
That seems to work pretty good. Thank you for this technique.
-Dan
- Original Message -
From: "Vail, Warren" <[EMAIL PROTECTED]>
To: "Dan J. Rychlik" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, September 19, 2003 7:32 PM
Subject: RE: [PH
On Fri, 19 Sep 2003 19:10:46 -0500
"Dan J. Rychlik" <[EMAIL PROTECTED]> wrote:
> I am trying to figure out the best way to accomplish this task. I have one file
> that performs a certain amount of functions based on a user link choice. All
> the links point to the same document. I know I need a
Not sure if this is what you are looking for, but have you tried;
First Link
Second Link
and then in this.php
$link = $_GET["L"];
Warren Vail
-Original Message-
From: Dan J. Rychlik [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 5:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP]
5 matches
Mail list logo