Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i have to do an application in php but i don't known how make one things.
I want that (for example) every day at the 10 o clock my app begin to work.
At the moment it isn't important the content of the application but how i can start it at these time.
you can use cron job if you use linux
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I made a platform to remind me of some things I haven't done.
I've stored this reminds into a database and now I want this PHP based Website to send me emails.
I want to make tests to the database every morning and if I found records that are critical to send notifications to my email.
How can I do this ? Thank you :)
You have to implement cron job for this. For more details about cron job visit following URL:- https://stackoverflow.com/a/30872993/2706551
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Which changes have been done in php 7 to make it 2 to 3 times faster than previous versions?
I have searched for it, but only found changes in the Zend Engine. Has there been any other change done for the sake of performance?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have an online test and I want to open on 9:00 and close it on 11:00 automatically.
When test is closed students cannot test anymore.
I have no idea about this.. any help?
Use cron jobs and PHP script to enable and disable or email your students.
Enhanced Solution:
Store in your DB the starting and closing time of the test you can use it in your cron also. When the test is viewed it should see according to the open and closing time if the test is open or closed.
An easy tutorial on cron jobs http://code.tutsplus.com/tutorials/managing-cron-jobs-with-php--net-19428
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to notify website visitors about oracle table updates in current time. How to do this?
Let the database do its work (i.e. hold and manage the data) and have the notification done by the application, that handles the incoming call.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Does anyone know where messages accesses without using database on php-ajax chat?
example can be found on
www.phpfreechat.net/
In files:
By default, you don't need a Mysql
database. The chat uses files to store
messages and nicknames.
Source: http://www.phpfreechat.net/required-config