Hi
It is late and I am tired. I cannot remember how to check which of my
buttons on the form was pressed. There are all submit's.
Like
echo "P=".$_POST['btn_post1']; // and eventually using isset()
But how was it it was?
It is late and I am tired. I cannot remember how to check which of my
buttons on the form was pressed. There are all submit's.
Like
echo "P=".$_POST['btn_post1']; // and eventually using isset()
But how was it it was?
Comment