displaying data

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
182x
Forum Newbie
Posts: 3
Joined: Fri Nov 17, 2006 8:50 am

displaying data

Post by 182x »

Hey guys, sorry for all the n00bie questions however this time I am wondering how to display a set of data from a database. For example if the database has 4 columns cId, thank you, dId, am and I would like to display all the information in a table where session id = dId. I can create the query but how do you actually display this information?

Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

uhm.. with echo().

Image
User avatar
zeek
Forum Commoner
Posts: 48
Joined: Mon Feb 27, 2006 7:41 pm

mysql_fetch_row

Post by zeek »

You will find more information here: http://us2.php.net/mysql_fetch_row
wyrmmage
Forum Commoner
Posts: 56
Joined: Sat Oct 28, 2006 12:43 pm
Location: boise, ID

Post by wyrmmage »

ya...just look up a basic php tutorial, like this one: http://ghettointeractions.com/programmi ... torial=two
-wyrmmage
Post Reply