I have this array from $_POST:
Array ( [limit] => 30 [limitstart] => 0 [pid] => Array ( [0] => 6 ) [option] => com_jobline [task] => edit [boxchecked] => 1 )
I need to pull out the record id which in this case is the '6'. Do I use Array Slice?
Any ideas? I need to take the number and then do a mysql query with it.