certo
il form è questo:
molto semplicecodice:<form name="frm_modifica" action="modutente.php" method="POST"> <input type="text" name="txt_campo"> <input type="submit" </form>
Metti che nella textbox scrivo "ciao++234"
in modutente.php metto questo:
Mi ritorna sempre "ciao 234", anche se uso le htmlentities o htmlspecialchars!codice:<? echo $txt_campo; ?>

Rispondi quotando