On Jan 30, 2008 10:27 AM, Ozh <ozh at planetozh.com> wrote: > First thing: > get_option('doesnotexist') returns false, not an empty string. <?php var_dump(false == ""); // bool(true) ?> -- Rob Miller http://robm.me.uk/