On Wednesday 17 December 2003 11:58 am, Chris Shiflett wrote:
> You can use GET data, POST data, or cookies. Since these users opt to not
> use cookies, and you seem to not want to use GET data, I suppose passing
> the information via POST is the only option left. :-)
>

Its not that I dont want to use GET, Im just heeding the warning about its 
insecurities from the manual.
The code Im writing, is meant for others to use, and may not have access to 
ini directives.
But from what I've read in the archives (http://
marc.theaimsgroup.com/?l=php-general&m=107116421414558&w=2), that 
something may be doable within my code.
Ill let it sit on the brain for a bit, and see what needs to be done, 
where I can "safely" use the url rewriting feature, for this small 
pecentage of users...

Thanks

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

Reply via email to