on 19/11/02 12:31 AM, Marek Kilimajer ([EMAIL PROTECTED]) wrote:
> instead of
> if(empty($item)) { ...
> I would recomend
> if(is_numeric($item)) { ...very true -- thanks for picking that up! Justin French -------------------- http://Indent.com.au Web Developent & Graphic Design -------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

