On Wed, 2 Mar 2022 at 14:17, Larry Garfield <[email protected]> wrote:
> Null is not an empty string. Null is not a string. Null is not 0. Null > is not an integer. > So what should this do? $name = ($_POST['name'] ?? NULL); var_dump($name == ''); Is that now going to be false?
