/ Published in: PHP
a function to safely test for an empty string (or mixed variable) in cases when "0" is not intended to be empty
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function _empty($string){ return FALSE; }