-1

Possible Duplicate:
Asynchronous shell exec in PHP

i'm witing a php script which convert video into FLV.when the converting is in progress the user has to wait for completion of converting but What I want to do is when the converting is in process the script continue the next lines after shell_exec .How should I do that?

Thanks

Community
  • 1
  • 1
hamid
  • 1

1 Answers1

0

As Jared said, try looking at Asynchronous shell exec in PHP

Community
  • 1
  • 1
Marc Towler
  • 705
  • 11
  • 32