Blog Archives

Applying PHP filter to a simple array input

Yesterday, while studying the PHP filter tutorials on w3schools.com, I came across a problem while applying a filter (filter_var_array()) to a simple array (not an associative array). However, while applying the filter_var_array() the first parameter should be an associative array.

Tagged with: , , , , ,
Posted in General