Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to execute http request to a page and dont wait its response how could that be done

Using Php Or VbScript
Posted

1 solution

Since the options include PHP, I assume you want it on the server, right?

You want to look at these posts:

http://stackoverflow.com/questions/124462/asynchronous-php-calls[^]

http://stackoverflow.com/questions/13846192/php-threading-call-to-a-php-function-asynchronously[^]

Hope it helps!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900