Whats the difference between...
Posted: Sun Feb 23, 2003 9:05 am
Hi,
anyone can show me the difference between
$foo .="some string or $variable"
and
$foo = "some sting or $variable"
i've seen ppl use the first one in some tutorial page but didn't explain the different between them, hope some expert here could help me out.
Thanks
anyone can show me the difference between
$foo .="some string or $variable"
and
$foo = "some sting or $variable"
i've seen ppl use the first one in some tutorial page but didn't explain the different between them, hope some expert here could help me out.
Thanks