mikejs2
2006-04-18 13:58:35 UTC
I have a PHP script that I need to create in coldfusion. I'm fairly new to
coldfusion and would appreciate any help. Here is the PHP script... The code is
suppose to retrieve the HTTP POST data from the url. I would be open to doing
this in Javascript as well. Thanks again...
/* Script Start */
//Get the file POST data
$filePost = $_POST;
//Break the file list into an array
$filePost = explode($fileDelimiter, $filePost);
coldfusion and would appreciate any help. Here is the PHP script... The code is
suppose to retrieve the HTTP POST data from the url. I would be open to doing
this in Javascript as well. Thanks again...
/* Script Start */
//Get the file POST data
$filePost = $_POST;
//Break the file list into an array
$filePost = explode($fileDelimiter, $filePost);