You need to sign in to do that
Don't have an account?
Dumo
Create a PHP script to pull records from SalesForce into MySQL
I would like to pull a list of accounts, based on their status into a mysql database on a hosted server. Is there a PHP script or application to perform this task?
http://www.apatar.com
http://www.mikesimonds.com/salesforce-php-mysql-database-replication-tool-t47.html
http://wiki.developerforce.com/index.php/PHP_Toolkit_13.0_Samples
All Answers
http://www.apatar.com
http://www.mikesimonds.com/salesforce-php-mysql-database-replication-tool-t47.html
http://wiki.developerforce.com/index.php/PHP_Toolkit_13.0_Samples
Hi,
Using mike Simonds excellent code I've put together a set of tools to quickly pull an entire salesforce instance into MySQL. You can pull the entire database or just select tables. It has some rudimentary relationship enforcement and you should be able to cron the routines with a bit of custom code. The project is available on sourceforge, take a look at the README to get it started up.
http://sourceforge.net/projects/unforced/
Thanks
Pete