For example if $x=""; what will empty($x) return? or is_null($x)? Or the even more surprising one: $x = "0" will return TRUE on empty() even though it is considered a string.
Related posts:
- Adding a block of HTML to a WordPress post One problem with the WYSIWYG editor in WordPress is that...
Related posts brought to you by Yet Another Related Posts Plugin.
scriptygoddess
