Hey, right now I've got an online mySQL database and I want to have my local computer server periodically check if there are new entries. If this is the case, they are downloaded, and saved into a local database, and the online ones are then deleted. I was told that this could best be done by using SOAP to call a function from the online database. Does anyone have any advice or suggestions. I'm not familiar with SOAP and most online tutorials seem a tad confusing. But I did get the form to properly enter into the online MYSQL database with ease so I guess there's still some hope :/