Seems simple enough, but I have a way with making it difficult it seems.
I have a variable that is loaded, $username
And I want to fill the variable $useremail from that username
This will go in a php file. But I cant figure out how to do a query that will accomplish this.
$username
$useremail = sqlquery from the $username
Can someone smak me with the obvious please?