The Assignment operator is the most widely used in PHP.
We use it every time you create a variable.
The "
="(equal to) sign is used, and what it does is it
takes the expression from the right and places it into the operand on
the left. It is simple.
example:-