Setting a variable to NULL in PHP

It is possible to set variable to NULL in PHP. NULL represents absence of any value.

Setting a variable to NULL is done via:

$myvar = null;

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator