[Solved] Form Validation Callback With Array "selected[]" |
I have a post array called selected on my form name="selected[]"; The set message does not work.
I am still unsure on how to use callbacks with array. I trying to understand it. My callback message works fine with single post but not array[] How can I make call back pick up name="selected[]"; and display message. PHP Code: public function delete() {
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
[Solved] Form Validation Callback With Array "selected[]" - by wolfgang1983 - 04-05-2015, 07:29 AM
RE: [Solved] Form Validation Callback With Array "selected[]" - by wolfgang1983 - 04-05-2015, 07:37 PM
RE: [Solved] Form Validation Callback With Array "selected[]" - by CroNiX - 04-06-2015, 07:46 AM
|