bonjour.
merci de vous interesser a mon probleme.
Loin de moi l'idée de poluer ce forum avec la longueur de ce message (toutes mes excuses)
voici un extrait de mon code:
<?
exec("fetch3600 open3600.conf",$fetcharray);
foreach ($fetcharray as $value)
{
list($parameter,$parvalue)=explode(" ", $value);
$ws["$parameter"]=$parvalue;
}
$forecastpic= strtolower($ws["Forecast"]) . ".jpg";
$tendencypic= strtolower($ws["Tendency"]) . ".png";
?>
<html>
<head>
<title>Weather Online Ypenburg</title>
<META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Refresh" CONTENT="300">
</head>
<body bgcolor="honeydew" text="black" link="blue" vlink="purple" alink="red">
<h1 align="center">Weather Station Ypenburg, Den Haag - Netherlands<?=$ws["TRHomin"]?></h1>
<table border="3" width="900" align="center" bgcolor="ivory">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width=100%">
<tr>
<td width="100%" valign="top">
<table border="1" width="100%">
<tr>
<td width="20%" height="170" valign="top">
<p>Temperature, Indoor</p>
<p align="center"><font size="5"><?echo $ws["RPmin"];?> °C</font></p>
<p><font size="2">Minimum: <?=$ws["TRHomin"]?> °C</font><br>
<font size="2"><center><?=$ws["TTimin"]?> <?=$ws["DTimin"]?></center></font>
<p><font size="2">Maximum: <?=$ws["Timax"]?> °C</font><br>
<font size="2"><center><?=$ws["TTmax"]?> <?=$ws["DTimax"]?></center></font>
</td>
<td width="20%" height="170" valign="top">
<p>Temperature, Outdoor</p>
<p align="center"><font size="5"><?=$ws["To"]?> °C</font></p>
<p><font size="2">Minimum: <?=$ws["Tomin"]?> °C</font><br>
<font size="2"><center><?=$ws["TTomin"]?> <?=$ws["DTomin"]?></center></font>
<p><font size="2">Maximum: <?=$ws["Tomax"]?> °C</font><br>
<font size="2"><center><?=$ws["TTomax"]?> <?=$ws["DTomax"]?></center></font>
</td>
<td width="20%" height="170" valign="top">
<p>Dewpoint</p>
<p align="center"><font size="5"><?=$ws["DP"]?> °C</font></p>
<p><font size="2">Minimum: <?=$ws["DPmin"]?> °C</font><br>
<font size="2"><center><?=$ws["TDPmin"]?> <?=$ws["DDPmin"]?></center></font>
<p><font size="2">Maximum: <?=$ws["DPmax"]?> °C</font><br>
<font size="2"><center><?=$ws["TDPmax"]?> <?=$ws["DDPmax"]?></center></font>
</td>
<td width="20%" height="170" valign="top">
<p>Humidity, Indoor</p>
<p align="center"><font size="5"><?=$ws["RHi"]?> %</font></p>
<p><font size="2">Minimum: <?=$ws["RHimin"]?> %</font><br>
<font size="2"><center><?=$ws["TRHimin"]?> <?=$ws["DRHimin"]?></center></font>
<p><font size="2">Maximum: <?=$ws["RHimax"]?> %</font><br>
<font size="2"><center><?=$ws["TRHimax"]?> <?=$ws["DRHimax"]?></center></font>
</td>
<td width="20%" height="170" valign="top">
<p>Humidity, Outdoor</p>
<p align="center"><font size="5"><? print $ws["RHo"]?> %</font></p>
<p><font size="2">Minimum: <?=$ws["RHomin"]?> %</font><br>
<font size="2"><center><?=$ws["TRHomin"]?> <?=$ws["DRHomin"]?></center></font>
<p><font size="2">Maximum: <?=$ws["RHomax"]?> %</font><br>
<font size="2"><center><?=$ws["TRHomax"]?> <?=$ws["DRHomax"]?></center></font>
</td>
<tr>
</table>
....
lorsque je le lance par php monprogramme.php les variables sont remplies mais lorsque je le lance par ie7 les variables sont vides.
J'ai activé les options de messages d'erreurs sous php et sous apache mais celles ci ne me donnent aucunes erreurs.
Je suis perdu
merci.