CodeIgniter Forums
$_POST array validation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: $_POST array validation (/showthread.php?tid=5165)



$_POST array validation - El Forum - 01-09-2008

[eluser]daweb[/eluser]
Hi everybody,

I'm trying to validate a form with associative array input fields:

<input type="text" name"name[]" />
<input type="text" name"name[]" />
<input type="text" name"name[]" />
<input type="text" name"name[]" />

I search the wiki and try to use

http://codeigniter.com/wiki/Assosiative_Arrays_via_POST/

but it's not working for me.

May you help me? Thank you.


$_POST array validation - El Forum - 01-09-2008

[eluser]tonanbarbarian[/eluser]
this may or may not help
Validation and multiple forms


$_POST array validation - El Forum - 01-09-2008

[eluser]Michael Ekoka[/eluser]
I posted something about this here. I hope it helps, pm me if you have any issues with it.