Loose type of variables

Loose type of variables is a programming language technique to determine type of a variable by that variable content. For example PHP is a loose type language. Opposite of loose type is strict type.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator