Basic assignment in PHP

Basic assignment in PHP is done via equal sign. Variable to the left of equal sign will be assigned the result of operation on the right side.

It can be not only mathematical operation, but a string or Boolean operation.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator