 |
Author |
Topic: masked space (Read 1613 times) |
|
eskimoblood

|
masked space
« on: Mar 2nd, 2005, 3:58pm » |
|
I have a sketch which is comunicate with a php skript. The user can send a variable by typing a string, like: Code: String url="http://www.eskimoblood.de/test.php"+aVariable; loadString(url); |
| It works fine, but when the user add a space to the the string, the call failed. I know there is awhy to mask the space but i dont know how.
|
« Last Edit: Mar 2nd, 2005, 3:59pm by eskimoblood » |
|
|
|
|
JohnG
|
Re: masked space
« Reply #1 on: Mar 2nd, 2005, 4:18pm » |
|
You can change a space to either "+" or "%20"
|
|
|
|
|