What is the difference between '' and ""?
Posted: Thu Jun 10, 2010 10:29 am
What is the difference between ' ' and " "?
I want to display $area valuable inside the include statement but ' ' within ' ' just doesn't work.
$area = "_body"
include('include/_'$area'.php')
How can I get around it?
I want to display $area valuable inside the include statement but ' ' within ' ' just doesn't work.
$area = "_body"
include('include/_'$area'.php')
How can I get around it?