Posted by Mario de Frutos Dieguez on 10/03/16 11:13
Hi!
I have another little question hehe :D, i have a page with a form where
the user insert data and can click in a new,edit or delete button. I've
make that when a button is clicked the page refresh and in the head of
the page i have conditions like this: if ($_POSt["buttonNew"]!="") {
insert commands.. } , etc
My question is, how can i unset $_POST["buttonNew"] or leave it empty
because when the user refresh the page make insert commans again because
the $_POST["buttonNew"] arent empty.
Thx in advance for all *^_^*
--
Mario de Frutos Dieguez
División de Ingeniería del Software
y Comunicaciones
CARTIF -Parque Tecnológico Boecillo
[Back to original message]
|