I use a form structure to submit the data into database.
It has a field called "content" which has textarea type of input.
When i enter few paragraphs
for example the content entered is
Code: Select all
---content entered----
Basically you will want to run a PHP script file in specific intervals. Suppose you want to execute a php file called maintanence.php every one hour. This is what you do :-
The CRON Command is in the Following Format
CODE
[ Minute - Hour - Day - Month - Weekday ] - Command
The COMMAND, can be broken down in
---content entered----Code: Select all
-----displayed data-----
Basically you will want to run a PHP script file in specific intervals. Suppose you want to execute a php file called maintanence.php every one hour. This is what you do :-The CRON Command is in the Following FormatCODE[ Minute - Hour - Day - Month - Weekday ] - CommandThe COMMAND, can be broken down in
-----displayed data-----