xblue wrote:You might also want to check [man]rawurlencode[/man]
yes, thats exactly what i was looking for
could you give me an example code on how i could use rawurlencode on a text and only keep the text that is not between parentheses ( )
exemple:
for text "abc def (ghi)" write only "abc%20def"
thanks a lot!