tr3online
01-26-2009, 08:14 AM
Hi guys,
I'm trying to access some data on another server via POST, ie:
<FORM ACTION="http://www.server.com/cgi-bin/what.cgi" METHOD="POST">
<INPUT NAME="file_no" value="29638">
<INPUT NAME="idkdk" value="klflg;fl">
<INPUT type="submit" value="Send">
</FORM>
and was wondering if there was any way to get such data without having to 'push' submit to POST the data. Ideally via JavaScript or PHP (without cURL, since I cannot add that to my web host).
Thanks in advance!
Tre
I'm trying to access some data on another server via POST, ie:
<FORM ACTION="http://www.server.com/cgi-bin/what.cgi" METHOD="POST">
<INPUT NAME="file_no" value="29638">
<INPUT NAME="idkdk" value="klflg;fl">
<INPUT type="submit" value="Send">
</FORM>
and was wondering if there was any way to get such data without having to 'push' submit to POST the data. Ideally via JavaScript or PHP (without cURL, since I cannot add that to my web host).
Thanks in advance!
Tre