ho questo form:
Codice PHP:
<body onload="MM_preloadImages('img/button2.gif')" >
<form action="commento.php?imgfile=<?php echo basename($imgfile); ?>" method="post" name="form_c" id="form_c">
<label for="textareainput" class="testo">inserisci un nuovo commento:</label>
<input name="storico" type="hidden" value="<?php echo $storico;?>">
<textarea name="ultimo" cols="78" rows="8" class="textarea_2" id="ultimo"></textarea>
<label for="label" class="testo">storico commenti:</label>
<textarea name="storico2" cols="78" rows="8" readonly scrolled class="textarea" ><?php echo substr($storico, $pos+1);?></textarea>
<span class="testo">stato fotografia
</span>
<input type="radio" name="stato" id="radio" value="0" <?php if($stato=="0"){echo"checked";}?>/>
<label for="radio" class="testo">da rifare</label>
|
<input type="radio" name="stato" id="radio2" value="1" <?php if($stato=="1"){echo"checked";}?>/>
<label for="radio2" class="testo">da ritoccare</label>
|
<input name="stato" type="radio" class="check" id="radio3" value="2" <?php if($stato=="2"){echo"checked";}?>/>
<label for="radio3" class="testo">approvata</label>
<?php if($_SERVER['REMOTE_ADDR']==$ipadmin){echo$nascondi;} ?>
[url="#"][img]img/button.gif[/img][/url]
</form>
</body>
in firefox tutto ok in explore non funzia, cioè non invia i dati del form, come mai?