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 via a
JH> 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