Hi folks How could I use addslashes() or trim() on an array?
Or stripslashes() for that matter?
Cheers
Nick
check out the array_walk() function, it may be what you're looking for
p.
🙂