I have modified my index.html file to be index.php?name=david
How can I grab "david" from the url and place in my construct variable vName?
Please be specific if possible.
TY in advance - dM
Develop games in your browser. Powerful, performant & highly capable.
Add Browser object and use this expression: Browser.QueryParam("name")
Set var to Browser.QueryParam("name")