FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How to run php file in browser using windows Scheduled Task
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
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 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
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
==================
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: input country name and query database to output google map
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 09:45:19 GMT 2024

Total time taken to generate the page: 0.03848 seconds