Jump to content

CSV


PHP_TRY_HARD

Recommended Posts

I am fairly new to PHP and I want to get data off another database sitting on a different server.  Is the best way to go about this

  • Spit out a CSV every day (automated)
  • Grab that CSV and insert it into the other database (automated)

 

Is this the best way to sync the data?  I want to use PHP and mySQL.

Link to comment
https://forums.phpfreaks.com/topic/255866-csv/
Share on other sites

I am using an Apache server.  I don't need to update every day, just whenever the database changes.

 

The only thing I want is when I update the database I want it to be updated on all servers.  Is it safe or even possible to access a database that isn't local host?

 

Database Drive....  I will look into it.  Is this something that should be loaded into my cpanel on an Apache server? 

 

Thank you all for your suggestions, I need some good advice before I get stuck into this project.

 

 

Link to comment
https://forums.phpfreaks.com/topic/255866-csv/#findComment-1312345
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.