05-30-2008, 06:33 PM
|
#4 (permalink)
|
|
The Contributor
Join Date: Apr 2008
Location: Nevada, USA
Posts: 52
Thanks: 10
|
Mmk, would this work?
$gt = str_replace(" ","-",$_GET['gt']);
EDIT:
I also forgot to mention I'm using mod_rewrite and that the actual URL is
/stats/stats.php?gt=Gamertaghere
@sketchMedia
I posted working links in my post.
EDIT2:
Thanks delayedinsanity, str_replace worked perfect. I ended up using this:
$gt = str_replace(" ","+",$_GET['gt']);
Last edited by h0ly lag : 05-30-2008 at 08:31 PM.
|
|
|