Hey, i wrote own script to fetch & display some data and now i got one outgoing variable called $username - it's first and only one arg from tcl which is POSTed in http URL to fetch back result from this query...
Now the problem is... when some1 type !command text[space]next_part
I don't want to split arguments, i just want to replace all white spaces in variable to %20
dunno how to use str_replace for that ;s
Please help me asap
Tnx in advance
Aimar