Displaying specific row of data from DB

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rapidz
Forum Newbie
Posts: 5
Joined: Mon Jul 24, 2006 5:59 am

Displaying specific row of data from DB

Post by rapidz »

Hi people,

I'm hoping you can help me with a little php question.

Basically, i've set up a database, the DB holds certain data, and i need to display this data in a table cell.

All i want to know is how to display a certain row of data from the database, e.g. row 3.

Any help would be much appreciated,

thanks,
Nick.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

rapidz
Forum Newbie
Posts: 5
Joined: Mon Jul 24, 2006 5:59 am

Post by rapidz »

sorry, i'm a bit of a new php coder, could you elaborate please.

Much appreciated.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

rapidz wrote:sorry, i'm a bit of a new php coder, could you elaborate please.

Much appreciated.
Did you click the link? There are examples on that page ;)
Post Reply