View Single Post
Old 05-30-2008, 06:33 PM   #4 (permalink)
h0ly lag
The Contributor
 
Join Date: Apr 2008
Location: Nevada, USA
Posts: 52
Thanks: 10
h0ly lag is on a distinguished road
Default

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.
Send a message via AIM to h0ly lag Send a message via MSN to h0ly lag
h0ly lag is offline  
Reply With Quote