If there's a beginner link to help, sorry, but all I want to do is put the results of a query on the front page.
I am able to do simple things like echo $USER->id, but what if I want to do something very simple like query with that userid? All I need is a simple example like select the users information, just so I can see how it fits together. A hello world from the database. I started to just add my own mysql connection strings, but that didn't make sense, wanted to do it right.
Any hand holding is appreciated. Thank you.