PHP on Linux is very compatable with Win32. You'll need to change path names and some minor functions don't work, or don't work the same, but overall, it should work fine. I have transfered a site with about 5,000 lines of PHP code and only needed to change 2 lines to make it work (thanks to include files) but path names are the one to watch out for.
Use phpMyAdmin to administer MySQL using a browser.
Matjaz wrote:
ive been developing php sites on linux but i need to switch to windows sometimes. my question is: is php for windows 100% compatible with that one for linux? is there and GOOD mysql client i can use with windows? - i mean good and nice not some crap.
thanks!
Matjaz