Brand new to PHP. I've got some php4 files that draw from a Access database I'm playing with and have not been able to get them to work on the server. The server is running PHP 3.015 and every time I try to load the php page (that returns an html page) I get a HTTP 500 Internal Server error.
Is this because I need version 4 on the server?
I haven't been able to get it to work offline either. In the browser it loads the php page but instead of returning the html page it returns the php file source code in the browser window - not suprising to me since PHP and Apache are not on my system (other installation problems).
So, any ideas on what is wrong on the server?
Thanks,