auto insert data in mysql database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
valen53
Forum Contributor
Posts: 137
Joined: Tue Aug 27, 2002 9:29 am

auto insert data in mysql database

Post by valen53 »

hi, now i doing a reservation system. i hope that the MySQL database can be automatically insert data everyday. But i dunno have any function can do that way beside using PHP script. anyone can help me???
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

so you want to run a program and/or script every day at a specific time ?!?

take a look at the
unix/linux:
crontab or
at

windows (nt/w2k/+):
at

manual
Post Reply