Jump to content

Show Query To Members


The Little Guy

Recommended Posts

they won't be able to make SQL queries, and the database user that does the querying has limited power (select,insert,update,delete).

 

I basically would show them what the query would look like, then give them a certain code they use when they save their query. that will search the database for the query they are building, then exicute that from a browser.

 

they are making a game, so the game will have a dll file they they need to download to extend Game Maker 7. In the DLL will be some functions, such as one that connects to a page on my website. the function would look like this:

 

gmserver_get_values('837','827773','56542','jd8jkd8idkjd8did99jdjjcxp');

 

value 1: User id in my database

value 2: Query id in my database

value 3: Game id in my database

value 4: Game stamp id in my database

 

when the user uses that in his/her game it will connect to my site, make a query based on that information, make sure the info is correct, then return the results as an array.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.