Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

PHP code in the iPhone script ?

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
sm0hxb
Posts: 15
Joined: Sat 28 Nov 2009 2:51 pm
Weather Station: Fine Offset WH-1080
Operating System: Windows 7 64bit HP laptop
Location: Huddinge, Sweden
Contact:

PHP code in the iPhone script ?

Post by sm0hxb »

HI
I'm trying to get a small PHP script to work on my iPhone page.

<? Php
include ("../ get-UV-forecast-inc.php ");
print "UV forecast of $UVfcstDate [0] $UVfcstUVI [0] \ n";
?>

It works as expected on my website, but not in my iPhone script.

Is there anyone who can give me a hint what to do?
Is it possible at all?

Regards
Göran

UPDATED...
It works now!
I changed the file extension on the iPhone page from html to php.

/Göran
Post Reply