Hi,
Thanks for the reply. I've been thinking on setting up the server so it treats all php files as SHTML files but since I only will use it on 1 or 2 pages it felt like an overkill. I've also thought about "creating" a sphp extension which is treated like the shtml extension.
What I want to do is simply to execute a cgi-script on the page. It's a weather cgi-script that I thought would be fun to provide for the users on our Intranet so they can keep tabs on the weather 🙂.
I know how to do it via SSI calls - but I must admit I haven't learned how to call an cgi-script via PHP yet.
I know there's something called exec() in PHP. Is this the command I should use to execute the cgi-script?
Thanks for all help
/Björn