Cześć
Mam określony button X i chce zmienić wiersz w tabelce Y o wierszu X ale , żeby dodawało po naciśnieciu dodawało by 45 i tak dalej.
<html> <head> </head> <body> <form method="post" action=""> <input type="hidden" name="sent"> <input type="submit" value="Increase"> </body> </html> <?php increase(); } function increase(){ } ?>