import csv inside zip to mysql auto

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
peterhall
Forum Newbie
Posts: 24
Joined: Sat Aug 21, 2010 5:47 pm

import csv inside zip to mysql auto

Post by peterhall »

hi there. :?

i'm trying toi import a csv file, that is inside of a zip file everyday at 2 am to mysql data base, is this possible?

tk u !!
shawngoldw
Forum Contributor
Posts: 212
Joined: Mon Apr 05, 2010 3:38 pm

Re: import csv inside zip to mysql auto

Post by shawngoldw »

Look up cron jobs. They will let you run a script at a certain time every day

Shawn
peterhall
Forum Newbie
Posts: 24
Joined: Sat Aug 21, 2010 5:47 pm

Re: import csv inside zip to mysql auto

Post by peterhall »

how I do that? newbie speaking... :oops:
shawngoldw
Forum Contributor
Posts: 212
Joined: Mon Apr 05, 2010 3:38 pm

Re: import csv inside zip to mysql auto

Post by shawngoldw »

http://lmgtfy.com/?q=cron+job
:D

I'm no expert on cron so I can help you a little if you have any questions, but you may need to wait for someone else to weigh in.


Shawn
Post Reply