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.
The problem is, to go to another page, i need to send some parameters in the URL that are alredy present, but i need to make the redirecting independent of the page. if i use $_SERVER['PHP_SELF'], i have only http://some_domain/the_page
and what i want is http://some_domain/the_page?some_parameters=value&another_parameter=value
the ?some_parameters=value are alredy present and i need to redirect them again...


I know that are some fuctions to manage this, or not...
any solucion ??

thx in advance !

Bruno Santos

--
[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