[PHP] Re: Recommend an IDE for Windows

2004-05-07 Thread Seth Bembeneck
I use Maguma Studio, the free version: http://www.maguma.com/products/?article=Studio The differences between the versions: http://www.maguma.com/products/?article=studio_compare It does have a splash screen that asks if you want to buy a copy even though its free. Hope this helps Seth "Chris

[PHP] Importing data from one mysql server to an other

2004-05-05 Thread Seth Bembeneck
I'm working on a project that collects data from different mysql servers, combines the data and then displays it. My problem right now is the collection part. I have two ideas: 1st, write a php script that is placed on the webserver where the database is. Every time my webpage is opened, it co

[PHP] Importing data from one mysql server to an other

2004-05-05 Thread Seth Bembeneck
I'm working on a project that collects data from different mysql servers, combines the data and then displays it. My problem right now is the collection part. I have two ideas: 1st, write a php script that is placed on the webserver where the database is. Every time my webpage is opened, it co