php downloads instead of running
The php was working okay for a few weeks on my windows xp home laptop but now its not.
The local info script works fine
<?
phpinfo();
?>
but if I make my own script and save it as a .php it tries to download instead of execute.
I uninstalled and re-installed php and the web server, and in fact changed from abyss web server to apache, still my scripts no longer run. They used to work okay a week ago.
What can I do?
|