Link to home
Start Free TrialLog in
Avatar of Chris Andrews
Chris AndrewsFlag for United States of America

asked on

mysqli echo result

This is going to give me one result:

$results = $mysqli->query("SELECT VALUE FROM wp_cimy_uef_data WHERE USER_ID = '$UserID' AND FIELD_ID = '6'");
 
How is the best way echo that result?  Most of the examples I find are loops and rows, I just want the one result.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Chris Andrews

ASKER

Got it, thank you.
You're welcome, glad to help.