hi everyone.
I'm trying to make a flash game thing where you make up a room map, save it onto my web server, then you can walk around the room and other people can join in and chat an stuff- but anyway,
I'm having problems sending messages over 2k in size through http, I send the room code in through php to get at the sql, so the url is like submit.php?name=room1&roomcode=(a whole lotta numbers an stuff) and it cuts off the end of the message, so the sql only has half a room, which is bad
so anyway, does anyone know how to send large messages into sql? I'm using getURL to post.
thanks for your time
James