|
I agree about xampp, as it is currently what I use to do local development on my PC. It is reliable and creates and starts all the services you need. If you're trying to develop on a remote host, then talk to your hosting provider as WendallB suggested. Have you tried the standard test to see if PHP is running?
<?php phpinfo(); ?>
If that doesn't work, you have problems.
Also, not to be too pedantic, but PHP isn't compiled, it is interpreted.
__________________
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
|