Re: Avoid 'GET' method
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Avoid 'GET' method

From: DJ Craig <spit@djtricities.com>
Date: Mon Jul 18 2005 - 19:20:42 CEST

The 'POST' method?
http://www.w3schools.com/php/php_forms.asp

or sessions:
http://www.phpriot.com/d/articles/php/fundamentals/intro-php-sessions/
or for really simple stuff, just cookies:
http://www.w3schools.com/php/php_cookies.asp
which can be written by Javascript:
http://www.webreference.com/js/column8/functions.html
Received on Mon Oct 17 21:10:10 2005