I am trying to automate this process.
{
access an external web site page
(sending data to the web page in my "https:\" string)
log in to the popup window with id and pw
(page won't display until i log in)
retrieve the information displayed on the web page
(page only displays one line of information)
}
Is this possible with PHP?
If so, where do I start?
If not, are there other alternatives?
Thanks in advance. Dan
{
access an external web site page
(sending data to the web page in my "https:\" string)
log in to the popup window with id and pw
(page won't display until i log in)
retrieve the information displayed on the web page
(page only displays one line of information)
}
Is this possible with PHP?
If so, where do I start?
If not, are there other alternatives?
Thanks in advance. Dan