Skip to main content
October 2, 2006
Question

Calling PHP from CFML

  • October 2, 2006
  • 1 reply
  • 381 views
One of my servers felt it was required to disable the CFFILE tag due to security issues and broke some of my webpages. No I must fix

Is there another easy way with cold fusion to upload and delete files?

I have found a PHP work around . Is it possible to call a PHP page from within a cfml page?

Lee
This topic has been closed for replies.

1 reply

Inspiring
October 2, 2006
Not within a CFML page, but there is no reason a CFML page can not link
to a PHP page which can then link back to a CFML page. You will just
have to be creative how you pass data around doing all of this.