Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Flim -
has contributed to:
When trying to execute "system","exec","passthur",etc.., I get the message "Fatal error: Maximum execution time of 30 seconds exceeded" why?
I use exec() to run a C++ app that takes 30min. PHP waits until the process is done even if I use the "&". How can I get PHP to run it and move on?