server side search
server side search
mmontoya
Posts: 84Questions: 27Answers: 4
how do I reference the search[value] post?
I tried: $_POST['search[value]']
but this didn't work.
This question has accepted answers - jump to:
This discussion has been closed.
Answers
got it...
where searchField is a concat of all the fields displayed in the table.
is how you would do it if you wanted to access it directly from
$_POST
.Allan
Ahh. That is a lot cleaner than mine :)
Thanks