PDA

View Full Version : display single MySql row



imagined
March 4th, 2004, 11:18 AM
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:

Voetsjoeba
March 4th, 2004, 01:37 PM
Check out some of the server side tutorials here on Kirupa.com - i'm sure you'll find what you need. Just run a search for PHP or MySQL or both, you'll find something :)