for use with this question lets say I have a database with 20 rows and 20 columns.columns have names and rows have numbers. I want to display on a certain area on page text from row 5 column 5. I can display the entire table using php but i only want certain info in certain places.
how do i do that plz help!!
Additional Details
the first column is id# and in php MyAdmin its set to ascending 1,2,3,4,5,6,7 ect.
is the php code were you just say col 5 row 5 using echo or print to display the info?



Love it