Connecting Tech Pros Worldwide Help | Site Map

Process batch code

  #1  
Old July 17th, 2005, 09:41 AM
Bob Bedford
Guest
 
Posts: n/a
I've a php script allowing people to add a new article in the database.

Once the article is inserted, the user who are interested should
automatically be contacted.

The second script works fine, but they are so many users than firing it once
the first script is fired takes too long for the user who inserted the
article.

It's there any way from a script to execute an other one without waiting for
the result ? I mean my page insertarticle.php should call contactbuyers.php
without the need to wait the contactbuyers.php to finish.

Thanks

Bob


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
run batch file with Standard Output and Input =?Utf-8?B?R2lkaQ==?= answers 14 March 26th, 2008 12:35 PM
How can i run a batch file asp.net emman_54@hotmail.com answers 3 February 4th, 2006 07:15 PM
Process Check loop Dubya answers 6 November 21st, 2005 06:14 PM
batch files in visual c# windows application Charles Neitzel answers 6 November 17th, 2005 10:48 AM