"Data Driven Design" <[EMAIL PROTECTED]> wrote:
> I've noticed that and had to rewrite several scripts when hosts upgraded
> from PHP3 to PHP4. $HTTP_POST_VARS is considered set even when it is
empty.
For those that can't guess the solution to this problem I suspect this will
do the trick:
! empty()
instead of:
isset()
Or Jeff (Data Driven Design), did you use a different technique?
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]