If the title didn't confuse you, keep reading..
I'm trying to make an automated php script that will automatically pull a set of numbers from a table inside a php page.
Here's the trick, the site requires a login and expires every 24 hours, this would be a lot eaiser if the recieving page was requesting GET instead of POST.
Is there any way this can be done in php? These are the variables that are sent:
<FORM action="propWeb.cfm" method="post">
<INPUT type="HIDDEN" name="RLI" value="N">
<INPUT type="HIDDEN" name="DSN" value="Prop">
<INPUT type="HIDDEN" name="userid" value="***">
<INPUT type="HIDDEN" name="password" value="***">