irishred8575 Posted January 8, 2008 Share Posted January 8, 2008 I am a Cold Fusion programmer and need a little help from a PHP guru. I need to have a PHP page execute all of it's functions and then at the end send the results to a Cold Fusion page. This can be accomplshed with a general URL that has all of the information in it, but I have no clue how to write this code. Please help... Link to comment https://forums.phpfreaks.com/topic/85077-php-to-cold-fusion/ Share on other sites More sharing options...
Ken2k7 Posted January 8, 2008 Share Posted January 8, 2008 <?php $message = ""; // executes all function, adding data to $message // header("URL TO REDIRECT" + message); ?> Link to comment https://forums.phpfreaks.com/topic/85077-php-to-cold-fusion/#findComment-433889 Share on other sites More sharing options...
rhodesa Posted January 8, 2008 Share Posted January 8, 2008 The better, but slightly harder way is to use the cURL module to send the data via a server side POST (this doesn't involve the client at all) Link to comment https://forums.phpfreaks.com/topic/85077-php-to-cold-fusion/#findComment-433892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.