Thanks Richard... I will do some erading on that

Cheers!
Joe

-----Original Message-----
From: Richard Davey [mailto:[EMAIL PROTECTED] 
Sent: Saturday, January 17, 2004 11:08 PM
To: Joe Harman
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] POST method for hyperlink


Hello Joe,

Sunday, January 18, 2004, 3:26:18 AM, you wrote:

JH> I am curious if there is anyway to take a variable that is passed 
JH> via a URL by a reguler text hyperlink

JH> Ex: http://localhost/Calendar/active_layout.php?d=2.1.2004

JH> and hide it like you would do with the POST method using forms

Not really, no. One solution might be to use mod_rewrite on Apache so at
least it could look like:

http://localhost/Calendar/active_layout/d/2.1.2004

(or something like that).

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to