salve sono tornato solo ora sul problema per mancanza di tempo...
ho trovato questo metodo su internet ma non sembra funzionare... dovrebbe essere un form invisibile che passa i dati con post.... vi metto il codice...
codice:<?php $cit=7; $tro=5; $tam=2; $indovinello="do"; $foglio="Kumi na moja"; $gf="diceros bicornis"; $megarisp="saltonelpassato.htm"; $soluzione="Ishirini na moja"; $luce=52.734375; $comparsa="Sita"; <form method="post" action="sa.php" name="simple_form"> <input type="hidden" id="cit" name="cit" value="<?php echo $cit?>"> <input type="hidden" id="tro" name="tro" value="<?php echo $tro ?>"> <input type="hidden" id="tam" name="tam" value="<?php echo $tam ?>"> <input type="hidden" id="indovinello" name="indovinello" value="<?php echo $indovinello ?>"> <input type="hidden" id="foglio" name="foglio" value="<?php echo $foglio ?>"> <input type="hidden" id="gf" name="gf" value="<?php echo $gf ?>"> <input type="hidden" id="megarisp" name="megarisp" value="<?php echo $megarisp ?>"> <input type="hidden" id="soluzione" name="soluzione" value="<?php echo $soluzione ?>"> <input type="hidden" id="luce" name="luce" value="<?php echo $luce ?>"> <input type="hidden" id="comparsa" name="comparsa" value="<?php echo $comparsa ?>"> </form> ?>

Rispondi quotando