Hello,
I asked this question before (sorry) but I forgot/ran into some problems.
There are more ways to defina an variable:
1. $var = 'value'; Notice the '
2. $var = "value"; Notice the "
and what is the third? Something like /"value/" I think...
Thank you.
I asked this question before (sorry) but I forgot/ran into some problems.
There are more ways to defina an variable:
1. $var = 'value'; Notice the '
2. $var = "value"; Notice the "
and what is the third? Something like /"value/" I think...
Thank you.
Comment