new to php and mysql. i would like to build a system that will allow me to save to two databases at the same time. i know how to send data from my interface(i use html for the interface then use php to link with the mysql to design the database).i want to know if it is possible to have a real time back up for my database.
I basically have to make sure that my data is backed up some how so i thought i would use two databases that are fully copies of each other. if there is an easier way of doing this, please point me toward it.