Thx Robert.
How could i  miss that !! =:)

by the way, is any function in PHP that i can use to capture the current URL ????

thx

-------- Original Message --------
Subject:        RE: [PHP] URL
Date:   Wed, 21 Jul 2004 11:12:33 -0400
From:   Robert Sossomon <[EMAIL PROTECTED]>
To:     <[EMAIL PROTECTED]>



<SNIP>
-----Original Message-----
From: Bruno Santos [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 11:05 AM
To: [EMAIL PROTECTED]
Subject: [PHP] URL


Hello All.

Im developing a couple of pages and i need to do some redirecting to another page depending on the choice of a user.
</SNIP>


Since you are getting the information from the page anyways, just simply
do:

$_SERVER[PHP_SELF]?parameter1=$_GET[parameter1]&parameter2=$_GET[paramet
er2]&parameter3=$_GET[parameter3] etc...

HTH,
Robert

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



--
[EMAIL PROTECTED]
--
Divisao de Informatica
[EMAIL PROTECTED]
Tel: +351 272 000 155
Fax: +351 272 000 257

--
Hospital Amato Lusitano
Av. Pedro Alvares Cabral
6000-085 Castelo Branco
[EMAIL PROTECTED]
Tel: +351 272 000 272
Fax: +351 272 000 257

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



Reply via email to