I have a simple question. I have a database set up like this:

In theory, lets say I'm connected to the MYSQL database using PHP,
Now, say I want to read from the user "kayla" row "three" and retrieve its value to a PHP variable.
How is it done using PHP?
Thank you very much,
Yuval Karmi