Hi,
Can I pass a value to my web based game by using query string? How can I read the value that is passed with query string?
For Example:
https://www.mydomain.com/game/index.html?param=123
Thanks in advence.
Hi,
Can I pass a value to my web based game by using query string? How can I read the value that is passed with query string?
For Example:
https://www.mydomain.com/game/index.html?param=123
Thanks in advence.
Thank you so much. This is the solution what I looking for.