Welcome Guest, Not a member yet? Register   Sign In
Validating a Form - How to set values on Dropdown Boxes?
#6

[eluser]Sinclair[/eluser]
Great!

It is working now. I have used the checkdate function. For example if I input 29 February of 1982 give me false.

Code:
$valor = checkdate($this->input->post('month'),
                   $this->input->post('day'),
           $this->input->post('year'));


Messages In This Thread
Validating a Form - How to set values on Dropdown Boxes? - by El Forum - 03-07-2010, 06:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB