Posted by cronoklee on 09/04/06 01:30
Does anyone know why this if statement is equating to true when the field in question is NULL in the MySQL table? if(!empty($userinfo['info1'])){echo 'NOT EMPTY!';} I have tried this also: echo "INFO IS:".$userinfo['info1']; which results in: INFO IS: What the hell is goin on? Thanks a lot! Ciarán
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming