I've done a few website parsing scripts myself but I need help on the POST techniques.
This is the extracted form code
;;;;;;;;;;;;;;;;;;;;;;;;;;;started html code
<form method=POST onSubmit="openpage()" action=fetch.php enctype=multipart/form-data>
<table border=0 cellspacing=0 cellpadding=0 align=center>
<tr align=center>
<td align=center>
</td>
</tr>
<tr height=27 valign="bottom">
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td>
<font size=3 color=#ff6600>Enter your code</font>
<input type=text name=code size=30 value=OPwDA3NR2G >
</td>
<td valign="bottom">
<input type="submit" height=27 width=174 border=0 valign="bottom" value="Download">
;;;;;;;;;;;;;;;;;;;;;;;;end of html code
I am trying to make the eggdrop download the file automatically but first of all how can I go about POSTing to the fetch.php with the relevant input code "OPwDA3NR2G".