AIUTO!!!codice:<?php error_reporting(E_ALL); $eccellenti ="chiuso" ; function aprieccellenti() { if ($eccellenti == "chiuso") { global $eccellenti = "aperto"; echo?> STAMPA TABELLA <? } ?> </td> </tr> </table> <? }; function chiudieccellenti() { if ($eccellenti == "aperto") { global $eccellenti = "chiuso"; echo ?><table width="100%" border="1" cellpadding="0" cellspacing="2" bordercolor="#FFFFFF"> <tr> <td width="5%" bordercolor="#B7B54E" bgcolor="#FFFFFF" class="testopag"><div align="center"><strong class="testo">Apri [/b]</div></td> <td width="95%" colspan="6" bordercolor="#B7B54E" bgcolor="#B7B54E"><div align="center" class="testo">I vini eccellenti </div></td> </tr> </table> <? ; } }; if ($eccellenti == "chiuso") { echo ?><table width="100%" border="1" cellpadding="0" cellspacing="2" bordercolor="#FFFFFF"> <tr> <td width="5%" bordercolor="#B7B54E" bgcolor="#FFFFFF" class="testopag"><div align="center"><strong class="testo">Apri [/b]</div></td> <td width=\"95%\" colspan=\"6\" bordercolor=\"#B7B54E\" bgcolor=\"#B7B54E\"><div align=\"center\" class=\"testo\">I vini eccellenti </div></td> </tr> </table> <? ; } ?>
MI DA ERRORE alla variabile E NON SO CAPIRE COS'è