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


should also make sure to urlencode the data

here is another thrread about it
http://marc.theaimsgroup.com/?l=php-general&m=109000692120133&w=2

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

Reply via email to