Is there a way that nebody knows of to integrate php with coldfusion. Currently, we use a PHP user management system. Is there a way to add PHP includes into a .cfm document? We basically want to pull the $user.logged.in variable from php and use that to display data appropriate to that user in a coldfusion document.
i was researching cfinclude but this will only display the php information and not actually parse or pass the variables on.