Can someone please give me a very simplified step by step process on how to send scores to a database?
Everything I read isn't making sense to me.
I have tried to use request and send. I can't even get it to call the PHP page?
I am very beginner learner. I built a very basic game but I just need to send the scores. Can someone please help.
LanieCoder
I am going to need to see your PHP script but bascially
You have a PHP script on your site as well as a MySQL database with the table scores in it,
You then send an ajax post request to your site.com/phpscript.php containing the post info and the PHP script should put that info in the database.