Page 1 of 1

displaying data

Posted: Fri Nov 17, 2006 1:19 pm
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.

Posted: Fri Nov 17, 2006 1:40 pm
by feyd
uhm.. with echo().

Image

mysql_fetch_row

Posted: Fri Nov 17, 2006 4:42 pm
by zeek
You will find more information here: http://us2.php.net/mysql_fetch_row

Posted: Fri Nov 17, 2006 10:13 pm
by wyrmmage
ya...just look up a basic php tutorial, like this one: http://ghettointeractions.com/programmi ... torial=two
-wyrmmage