Basic assignment in PHP

Basic assignment in PHP is done by an equal sign. A variable goes to the left and the value goes to the right. Value can be a number, a string, another variable or a constant.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator