Hi all not sure where to post this question but here it is anyway-
I have a page on my webserver we i view it manually in my browser i can use javascript to automatically actuate a form, i.e. it automatically posts a form to another webpage when it is loaded.
This is a .php page so when the script runs it automatically post this form to another .php which recieves it then process the information.
Now what i want to know is it possible for the javascript on the .php page to work when i run a cron job, cause when i tried it ran the page but didn't seems to run the script.
I have a page on my webserver we i view it manually in my browser i can use javascript to automatically actuate a form, i.e. it automatically posts a form to another webpage when it is loaded.
This is a .php page so when the script runs it automatically post this form to another .php which recieves it then process the information.
Now what i want to know is it possible for the javascript on the .php page to work when i run a cron job, cause when i tried it ran the page but didn't seems to run the script.
Comment