Hey people,
My server has both php4 and php5 installed. The default to execute when opening a .php file is php4. To get php5 I need to manually rename files to php5.
How can I get .php files to run as .php5 without having to rename them? (without changing the server settings, as I'm unable to do that).
I did manage to do such a thing before, getting .html files to execute as .php (so I could do file.html?var=value kinda thing).. that's a similar thing I guess. When I did it before, it was by putting a file in the server directory.. telling it what to execute as what.. but I can't seem to work out how to do it again.
Can anyone help?
Cheers very much!