Forum Moderators: coopster
i'm not if this works... try something like "is_null" "is_int()" or "isset()".
or
test the following:
<?php
echo strlen('0');
echo strlen('');
echo strlen(NULL);
?>
regards
adrian
isset()[be.php.net]
<edit>ah, Adrian2K4: Jinx!</edit>