Re: no empty form fields after submitting form
On Sun, 16 Sep 2007 12:29:20 +0200, <pepper.gabriela@gmail.com> wrote:
> Is there a handy way to know if there is 'something' in $_POST?
>
if(isset($_POST['something'])){/* do your thing */}
--
Rik Wasmus
|