How to retrive values from database(mysql)

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

Locked
umapathy
Forum Newbie
Posts: 14
Joined: Fri Jul 28, 2006 2:21 am
Location: chennai - india

How to retrive values from database(mysql)

Post by umapathy »

Dear all

I have a table. in the table totaly three fields, like name , age , address
i want to display these three fields values in a PHP page. or inside a html table
i need code. i know db connection coding. and i need retrive coding.

Regards
Umapathy
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

Connect,, Select db, Query and Fetch.

You could've edited the prev post instead.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Image
Locked