php - selecting a new row daily in mysql -
php - selecting a new row daily in mysql -
i have mysql database in there table counselor want loop through records 1 1 each day. means selecting 1 record today,next record tomorrow , on until records selected , 1 time again same procedure start. there can no. of records in database. how can ? using php.
cron job
you can go fro cron job kind of stuff. create php file has code datas db current particular day. run cron job daily @ particular time. (i.e) set time daily cron job run. run automatically , daily record.
php mysql
Comments
Post a Comment