PDA

View Full Version : Need some help please


Vizionz
08 Jul 2007, 17:34
I need to replace characters. Now if i launch a url something.php?id=My name Is
it is replaced by %20 something.php?id=My%20name%20Is but for one script i am running on my forum. it is throwing it out as something.php?id=My_name_Is

i need to be able to Take _ and replace with %20 for all urls ?

Loco.M
08 Jul 2007, 18:01
are you using a rewrite mod already ?

vB Nova
10 Jul 2007, 17:26
Can you post the script and I'll fix it.