Page 1 of 1

[SOLVED] Problem with $_GET and a # in the string :(

Posted: Sat Apr 09, 2005 9:20 pm
by Seiya
Here is my problem, the url is somethinkg like:

file.php?name=$stringhere

it works awesome, however in one of my users he has a # in his nick,
i could easily just hcange his nick but i want to know if there is a way for a # to work :/

Just posting here maybe you guys know , but i will keep going at it until i figure it out

Posted: Sat Apr 09, 2005 9:33 pm
by Chris Corbyn
urlencode()

Thats should do it ;-)

Posted: Sat Apr 09, 2005 10:00 pm
by Seiya
Thanks, it indeed did it ;D