Eventatdate class is a really simple way to make one of your PHP apps
users launch once a predefined action when they come on your website.
For example:
imagine that you want to tell the user who connects at a precise date and time to your website that he is the happy winner of the gift of the day.
All you have to do is to add this little script where you want action
to be lauched and all is done...
The class use a file log to control whether or not action needs to be launched.
For a how to use example see the testevent.php file.
Bug reporting to leizmo@gmail.com or simply use the
dedicated forums to ask your questions...
|