displaying array values in HTML

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
thatsme
Forum Commoner
Posts: 87
Joined: Sat Apr 07, 2007 2:18 am

displaying array values in HTML

Post by thatsme »

Hello,

I have a table in database where the member details are stored.
member_id
first_name
last_name
test_name
score


I want to retrive the above values and display in the below format.

Members > member1 member2 member3 ....member_n
Tests
V
test1 1 2
test2 3 2
test_n 2 3


Thanks
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: displaying array values in HTML

Post by s.dot »

Thanks for letting us know. :-D
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
thatsme
Forum Commoner
Posts: 87
Joined: Sat Apr 07, 2007 2:18 am

Re: displaying array values in HTML

Post by thatsme »

Thanks for letting us know.
Sorry, I didn't get you.
Post Reply