php calling for use in pages
I am wanting to take the username, and if it has a space in it replace it with an _
I am not up with programming, so am trying to figure it out. I got this far.
<$irc_user = str_replace(' ', '_', $bbuserinfo[username]);>
Am i heading totally down the wrong track? Can i use this straight in the template? I don't know what to search for to help me, i am a complete noob at this.
Thank you for any help in advance.
|