I tried using Jeff Vance's Hi-Score Tutorial but have had some problems getting it to do anything for me. I tried updating all the mysql functions to mysqli. I get a connection. I get no error messages of any kind. But I also don't get the table of 10 scores in the score_script.php

I go to my phpMyAdmin and see no database. So does the php script create only a temporary score table? I was expecting to see a database I could peruse on phpMyAdmin. If there is supposed to be a table of 10 scores created and there isn't, should I just pull that aspect of the score_script.php out and manually fill out the fields in phpMyAdmin?

Hopefully someone can help.