Hello,
I am trying to get output formatted from a non-php script that I post
to.
Example:
<form method=POST action=www.myur l.com/ColdFusion.cfm>
bla bla bla
</form>
When this is ran with my strings inserted from a php script it returns
THAT forms results to the browser. How do I grab and manipulate that
data BEFORE it hits the browser? (eg, change the output from screen to
my php script and do something with it)
The cfm script will not change, and I do not have access to it. I
also do not want to use cfm for this, as it is a PHP SDK for others
with PHP to tap into that script without changing to cfm, or adding it
to their server.
Thanks in advance,
Robert
I am trying to get output formatted from a non-php script that I post
to.
Example:
<form method=POST action=www.myur l.com/ColdFusion.cfm>
bla bla bla
</form>
When this is ran with my strings inserted from a php script it returns
THAT forms results to the browser. How do I grab and manipulate that
data BEFORE it hits the browser? (eg, change the output from screen to
my php script and do something with it)
The cfm script will not change, and I do not have access to it. I
also do not want to use cfm for this, as it is a PHP SDK for others
with PHP to tap into that script without changing to cfm, or adding it
to their server.
Thanks in advance,
Robert
Comment