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

Home » Imported messages » comp.lang.php » Asynchronous execution of PHP file
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Asynchronous execution of PHP file [message #179073 is a reply to message #179069] Mon, 10 September 2012 13:57 Go to previous messageGo to previous message
Salvatore is currently offline  Salvatore
Messages: 38
Registered: September 2012
Karma:
Member
On 2012-09-10, Supriya <singla(dot)supriya88(at)gmail(dot)com> wrote:
> Hii All,
> I m working on WAMP and need to execute a PHP file Asynchonously from another PHP file inside a loop. How to do it?
> Please help.
> Thanks

You'll need a Windows-specific way of executing a PHP file in the
background. Here's an example:

<?php
pclose(popen('start /B C:\\php\\php-win.exe C:\\Fullpath\\Script.php', 'r'));
?>

--
Blah blah bleh...
GCS/CM d(-)@>-- s+:- !a C++$ UBL++++$ L+$ W+++$ w M++ Y++ b++
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Pls help with output of csv file to browser?
Next Topic: button to send an email
Goto Forum:
  

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

Current Time: Sat Nov 09 07:50:48 GMT 2024

Total time taken to generate the page: 0.04324 seconds