I have this nice big Dev Kit written in PHP, but the application I'm currently developing is in CFML.
In an attempt to avoid rewriting the PHP, I'm going to try to just wrap the PHP in CF <script>
tags and call the PHP functions when I need them.
Does anyone have any idea how to call one of those PHP functions inline in CF?