Hi guys.
i want to get a single value to set in a Global Variable in my project from a specific field from my mysql database
i cant use MySql directly in Construct 2? so i need to use an external PHP file with the query on it?
ie.
- I want to select the last Score saved:
SELECT * FROM scores ORDER BY points DESC Limit 1
and i want to save that value into a Global Variable called LastScore...
how can i do that?
i dont understood very well how AJAX.LastData works :S
thanks