Get Object: PLEASE HELP ME!!!!

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • The GET object only calls a webpage and optionally posts data on the page. All the databasehandling will have to happen on the server.

    Example: Your app calls Please login to see this link., with Name = Dave and Score = 1234 as POST data.
    Then your server must be able to handle the request. You need a webpage called mygame.php, and it needs code to retrieve the posted data and then some more code to insert the data into your database. You will need to know php (or some other programming language depending on the type of server) to do this. As RickyRombo said, Jeff's tutorial shows you everything serverside to get you started.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!