jQuery, PHP form echo does not work -


Can you tell me something is wrong below, for some reason, when I click on the delete image , Which is considered

thanks Dave

   Click on the image to the left & lt; / Form & gt; & Lt; / Div & gt; & Lt; Div id = "del" style = "background-color: # FFFF99; width: 200px; height: 100px;" & Gt; & Lt; / Div & gt; // dela.php & lt;? If ($ _POST ['al_del']) {echo 'variable pass success'; }? & Gt;  

Post variables are based on the input name, not id, afaik.

In addition, I would usually go to

 if (isset ($ _ POST ['al_del'])) 

but this is a side bar.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -