View Single Post

  #6 (permalink)  
Old 09-07-2007
macca
 
Posts: n/a
Default 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?

Reply With Quote