Display single MySql row

Please help. This is all I want to do.

I have a MySql database with several records.

All I want to do is to display a SINGLE ROW in a SPECIFIED COLUMN. Something like:

SELECT heading FROM h1 WHERE id = 1;

That’s all I want to do. Just display the text in a PHP file.
PLEASE HELP! how can i do this???

Thanks in advance,

Leo
:hr: