Just to clarify a little more, I want the output to do something like this...

--------------------------
| Cabinet 1                      |
--------------------------
Server 1
Server 2
Server 3

and so forth...


----- Original Message ----- From: "Rob W." <[EMAIL PROTECTED]>
To: <php-general@lists.php.net>
Sent: Sunday, June 04, 2006 10:47 PM
Subject: [PHP] Displaying data a certian way.


Ok, here's my issue that I have.

Inside my database I have something that look's like this

id    serverid        cabinetid    ect...
-----------------------------------------------------------------
1     server1            1
2     server2            1
3     server3            1

I am trying to get it to display the servers 1 2 & 3 under a display bar of cabinet 1.

Anybody have any solutions to this? I am a novis to php and mysql but i know the majority of the basics.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to