Hi, I have a router that keeps dropping a vpn connection so I want to write a php script that will login and re-enable the connection. I have good knowledge of php however don't know where to start as i'm guessin its almost like writing a robot to load a page then submit a specific form on the page. Does anyone know of any good articles or functions I can lookup to point me in the right direction? Thanks
use curl in order to login and submit the form. and make that page autorefresh using meta tags every couple hour.