returing one value from the database using php

michaelcairo

New Member
How do I fetch only one value from a database using PHP?
I tried searching almost everywhere but don't seem to find solution for thesee.g., for what I am trying to do is\[code\]"SELECT name FROM TABLEWHERE UNIQUE_ID=Some unique ID"\[/code\]
 
Back
Top