[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem on catching form submition
[Thread Prev] | [Thread Next]
- Subject: Problem on catching form submition
- From: Fabien Bodard <gambas.fr@xxxxxxxxx>
- Date: Mon, 10 Mar 2025 22:05:40 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
In php normally we can catch if a form if submitted or not by : if (isset($_POST['submit'])) {... But I'm not able to catch any value from the button name :/ via Request.Post any way to replace that ...? hidden field ? -- Fabien Bodard
Re: Problem on catching form submition | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |