whats the difference between
which one does isset() return true or false on also is_null() and empty()PHP Code:$var = "";
$var = 0;
$var = NULL:
Thanks...
| SitePoint Sponsor |





whats the difference between
which one does isset() return true or false on also is_null() and empty()PHP Code:$var = "";
$var = 0;
$var = NULL:
Thanks...
"Oh, and Jenkins--apparently your mother died this morning."

<?php//Kyle Wolfeecho devBlog("My Dev Notes");
Bookmarks