This is a really easy question that I just can't quite figure out.
I just want to print out a query result. That's it!
For example, if my query is:
$query = mysql_query("SELECT CFirstName,CLastName FROM clients WHERE CUserName = '$CUserName'");
This query should yield the result "Regis Philben"