Jump to content

Newb question about $_POST


sungo

Recommended Posts

Hey guys, kinda new to PHP here. I am trying to play around with retrieving data from a website via CGI.

 

I can do this with the HTML POST form:

<FORM ACTION="/cgi-bin/kashi.cgi" METHOD="POST">
<INPUT NAME="file_no" value="29638">
<INPUT NAME="idkdk" value="klflg;fl">
<INPUT type="submit" value="Send">
</FORM>

 

Is there any way to automate this with PHP so I don't have to press a submit button and it just auto load the data?

 

Link to comment
https://forums.phpfreaks.com/topic/142294-newb-question-about-_post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.