Hi,
I have a small problem with llHTTPRequest that I am sure is common
( just I cant find the answer in the millions of google answers I get )
I am sending Avatar name and some chat via HTTP ( using get ) to my site - querying it and replying.
Everything was working ok -
Then I came to store the data so I could look at it later and noticed that all of the spaces are being stripped out of the name and chat
( didnt notice before as I was searching the chat for triggers not looking at it as a whole )
I am sure I read somewhere about PHP and whitespace removal, but cant for the life of me find it now.
Can anyone point me in the right direction of how to stop it ?
( I dont really want to have to replace all spaces with %20 from LSL --- slooowww )
PS
If I enter the site manually and type in a response it keeps the space so I am assuming the browser is doinf some translation.