Re: Just Learning PHP
Ok, thanks Ian.
I did a little reading on compound variables.
The problem I was'nt quite understanding is where the braces are
needed,
as the string
"<a href=\"page.htm\">$var</a>";
has other characters (HTML) directly after the name of the variable
without any spaces.
Does this not matter?
|