Default value of a variable in PHP

Default value of a variable in PHP that had not been assigned a value is NULL or absence of any value.

If it is a Boolean variable then its default value is FALSE.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator