View Single Post
Old 10-23-2008, 09:36 PM   #4 (permalink)
EyeDentify
The Contributor
 
EyeDentify's Avatar
 
Join Date: Nov 2007
Location: Sweden
Posts: 99
Thanks: 13
EyeDentify is on a distinguished road
Default

The fact is that PHP is a Server-side script language which means that nothing is going to happen or execute without some Client-side intervention.

Unless you trigger the call yourself through GET or POST and such.

And in this case would JavaScript be great to handle that delayed saving.

Well you could use cronjobs to execute PHP on the server.

But that wouldent help the user.
__________________
Of course the whole point of a doomsday machine, would have been lost if you keep it a secret.
EyeDentify is offline  
Reply With Quote