Still about this scheduled php thing.
When I try to run a php page at a scheduled time, do I have to run it from command line?
Can I schedule it just like I manually open the Internet Explorer and run this page?
The reasons are
1) when I run php page from command line, the javascript in that page is not going to work.
2) i also want to be able to run a php page not on the same server but at my another server and/or another domain? say if my host doesn't let me get my hands on the web server tasks scheduler, if i can schedule it on my desktop computer to do this task, use internet explorer to browse http://www.myhostserver.com/mypage.php, i can still schedule to run mypage.php. can I?
Hui