[thelist] Coldfusion basics

Daniel Fascia thelist at lists.evolt.org
Mon May 6 07:44:01 2002


Im currently going through a bit of a baptism of fire with Coldfusion which I have to use to develop a site.

Could someone explain the following simple thing...

What is the CF equivalent of this in PHP

$inc_file = $inc_file .".inc"

or

inc_file = inc_file+".inc"    in ASP