HI
I want when somebody comes to my site and go out from it , a certain page still execute by the server and continue to do it's work.
Is it possible to execute some codes after the user close it by the server ?
Thanksv
hno 0 Junior Poster in Training
Recommended Answers
Jump to Posta couple ways to do this would be to
1) Good way: Call a system command with php http://php.net/manual/en/function.system.php
2) Better way: Save a file to the server in your php …
Jump to Postcron jobs?
Scheduled executions of commands, on a Unix based system.
The Windows equivalent would be the Task Scheduler.I would have to agree with kireol.
If you want something done without an outside request, it is usually best to schedule it using Cron.
All 6 Replies
kireol 10 Posting Whiz
SKANK!!!!! 5 Posting Pro in Training
kireol 10 Posting Whiz
Atli 182 Posting Pro
hno 0 Junior Poster in Training
kireol 10 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.