Likes Received By pixel_boost
-
phantomddl liked pixel_boost's post in the thread Removing Space from the URL.
Instead of your while put this one: while($result = mysql_fetch_array($sql)) { $search = preg_replace('/\s/', '-',...
Oct 3, 2007
Instead of your while put this one: while($result = mysql_fetch_array($sql)) { $search = preg_replace('/\s/', '-',...
Oct 3, 2007