# Performing an action in the Mysql DB without user reloading?

**URL:** https://forum.kirupa.com/t/performing-an-action-in-the-mysql-db-without-user-reloading/274438
**Category:** Uncategorized
**Created:** [October 30, 2008, 1:05am UTC](https://forum.kirupa.com/t/performing-an-action-in-the-mysql-db-without-user-reloading/274438 "2008-10-30T01:05:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Robot\_Monkey](https://avatars.discourse-cdn.com/v4/letter/r/90ced4/32.png) [@Robot\_Monkey](https://forum.kirupa.com/u/Robot_Monkey)
#### Post date: [October 30, 2008, 1:05am UTC](https://forum.kirupa.com/t/performing-an-action-in-the-mysql-db-without-user-reloading/274438/1 "2008-10-30T01:05:25Z")

</div>

Hi, I’m pretty new to PHP, and I was wondering how exactly the following works:

If I set a certain time in a PHP file, and the current time reaches that time, then it will perform an action with the MySQL Database automatically without requiring a user to load the page at that certain time. Because my problem is that every script I put in requires a manual reloading of the page for it to actually execute.

How will I be able to do this?
