Could you trim all $_POST vars? because i have a very long list right now for trim each var. looks very unprofessional. i thought trim($_POST); would maybe work but it didnt :]
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
you can do this with
|
|||||
|
|
|||
|
|
|
Quick and simple:
|
|||
|
|
|
Works with multi-dimensional arrays
|
|||
|
|
|
You can do this with |
|||||
|
|
The simplest, and cleanest (in my opinion), is to use the built in array_map function:
You can also apply a method of your own by passing an array as the first callback-parameter like so:
|
|||