Posted by Pedro Graca on 10/29/06 23:17
Matthew256 wrote:
> I have a bunch of files with the extension .cfm with PHP code in them.
> It's a long story, but I need to keep the extension the same.
> Is there a way to make PHP parse the .cfm file?
PHP doesn't care about extensions.
fopen(), fread(), and fclose() come to mind.
If the .cfm is plain text I'd use file() instead.
--
I (almost) never check the dodgeit address.
If you *really* need to mail me, use the address in the Reply-To
header with a message in *plain* *text* *without* *attachments*.
[Back to original message]
|