What is the use for replacing space for space?
Posted: Sat Aug 26, 2006 9:34 am
Is this piece of code that replaces a space for a space really doing anything other than slowing down the app?
This just seems unusually silly to me.
Code: Select all
$search = str_replace(" ", " ", urldecode($search));