On Thu, 2004-10-07 at 15:50, Justin Patrin wrote:

> Sorry, that question doesn't make any sense. The POST vars only change
> during a script run if your script changes them. Also, you should be
> using the $_POST superglobal unstead of $HTTP_POST_VARS. Please try to
> rephrase your question.

Just a comment.. you should only be using $_POST where your scripts
don't need to be backwards compatible with previous versions of PHP in
which $_POST is not supported.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to