hello is there a way of opening a page virtualy using a php script?
for example php script is on a server and it set to RUN every day at 12:00 ect, when it hits 12:00 it will open a website as if it was a USER and the be able to access the nodes of that page to take infomation off of it? is this EVEN possible?PHP scripts are not like RUNNING programs. If you need a scheduled task, you'd normally use a cron JOB.