You can get any file, including images using
GetHTTPFile(). You store them as you receive them, then open them like any other image.
You can
write to the web using
SendHTTPRequest() and adding POST data to the request. On the web server, you need to process the received data.
For example:
http://mySite.com/sendHiScore.php?score=1000&name=Player1
In this case, you have to write SendHiScore.php to receive the data and do something with it.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Quidquid latine dictum sit, altum sonatur
TutCity is being rebuilt