Welcome Guest, Not a member yet? Register   Sign In
How to request and url without expect the response
#2

[eluser]drewbee[/eluser]
Sure. Check out PHP's exec() function. It lets you drop into the background and execute / run shell commands. In your case, you would want to run a php file. This will execute it in the background while your normal page can go on.

function.exec()

ex.
Code:
exec(escapeshellcmd("php path/to/file -s"))


Messages In This Thread
How to request and url without expect the response - by El Forum - 08-28-2008, 08:31 AM
How to request and url without expect the response - by El Forum - 08-28-2008, 10:47 AM
How to request and url without expect the response - by El Forum - 08-28-2008, 11:56 AM
How to request and url without expect the response - by El Forum - 08-28-2008, 11:58 AM
How to request and url without expect the response - by El Forum - 08-28-2008, 12:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB