[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem on catching form submition


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


Follow-Ups:
Re: Problem on catching form submitionT Lee Davidson <t.lee.davidson@xxxxxxxxx>