|
Re: How to run php file in browser using windows Scheduled Task [message #174248 is a reply to message #174231] |
Sat, 28 May 2011 12:40 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 5/28/2011 1:31 AM, rrvasanth wrote:
> Dear Friends,
>
> I need help i need to run php file in browser or command-line using
> windows scheduled task. if you know please help me.
>
> Thanks
> Vasanth
Browsers do not run PHP code. They request a page from a web server
which then executes the PHP script and sends the output to the browser.
To run in a browser, you would have to start the browser, request the
page from the web server (which may be on the same machine) and display
the results.
You can also have PHP run from the command line, but it won't run in a
browser.
But this is the wrong place to ask about Windows scheduled tasks. Try a
Windows newsgroup.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
|