ankit1986 Posted May 2, 2008 Share Posted May 2, 2008 <?php header("Cache-Control: no-cache, must-revalidate"); $cgi = shell_exec("cmd /K C:/portcode/port.exe"); echo $cgi; ?> This code is going into infinite loop on line 3. Any suggestions or way outs ??? I want to execute port.exe from PHP script ...... if any alternate coding is there then plz post here Thankx Link to comment https://forums.phpfreaks.com/topic/103838-solve-this-infinite-looping-problem/ Share on other sites More sharing options...
ankit1986 Posted May 2, 2008 Author Share Posted May 2, 2008 plzzzzzzzz reply ....... need it urgently Link to comment https://forums.phpfreaks.com/topic/103838-solve-this-infinite-looping-problem/#findComment-531556 Share on other sites More sharing options...
ankit1986 Posted May 2, 2008 Author Share Posted May 2, 2008 help me out plzzzzzzz :'( :'( :'( Link to comment https://forums.phpfreaks.com/topic/103838-solve-this-infinite-looping-problem/#findComment-531587 Share on other sites More sharing options...
DarkWater Posted May 2, 2008 Share Posted May 2, 2008 1) Stop begging, you sound like you're 5. 2) Check port.exe and make sure there's nothing that's looping... 3) Don't use Windows. 4) Try to code whatever port.exe does IN php. Link to comment https://forums.phpfreaks.com/topic/103838-solve-this-infinite-looping-problem/#findComment-531624 Share on other sites More sharing options...
ankit1986 Posted May 2, 2008 Author Share Posted May 2, 2008 thanks a lot ....... let's see if can make port.exe again ....... thanks a lot : Link to comment https://forums.phpfreaks.com/topic/103838-solve-this-infinite-looping-problem/#findComment-531683 Share on other sites More sharing options...
nafetski Posted May 2, 2008 Share Posted May 2, 2008 When asking for help on a forum, you have to remember that you're asking for free help. Nobodys urgency is *my* problem...I like to answer questions here and read the articles for fun. Nothing other than $$ will make me jump. Also, it does look like port.exe is looping. Link to comment https://forums.phpfreaks.com/topic/103838-solve-this-infinite-looping-problem/#findComment-531964 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.