Jump to content

Recommended Posts

I'm not really sure if i'm posting this on the correct board.

 

Is there a way that I can have the data from an EXCEL(.csv) file be uploaded to the MYSQL database automatically and not doing it manually

(Clicking on an upload button). I want to have an excel file saved on my local folder to be the DUMP file and then have a code run automatically (Intervals of an hour or so...) to upload the updated file..

 

Hope for your response,

Thanks  ;)

You have posted this in wrong section i guess. BTW,

Yes you can use fgetcsv() function to read the data of a csv and then store it in database with sql commands. :)

for more about fgetcsv() check out this here http://php.net/manual/en/function.fgetcsv.php

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.