Re: [PHP] Re: Ok next php problem

2006-06-18 Thread Chris
Rob W. wrote: No, but ok here goes the whole thing and sorry if I didnt explain this to everyone before. I am trying to duplicate a program that keep's track of server information, switch ports, apc ports ect ect... In the one column is switchports This lists a total of 24 or 48 or how many

Re: [PHP] Re: Ok next php problem

2006-06-18 Thread Rob W.
in because servers are always moved around and changed and added. I hope this information was helpful for those of you trying to help solve my problem. - Rob - Original Message - From: "João Cândido de Souza Neto" <[EMAIL PROTECTED]> To: Sent: Sunday, June 18, 2006 8:3

[PHP] Re: Ok next php problem

2006-06-18 Thread Jo�o C�ndido de Souza Neto
If i understood right, you want to list a sequence of numbers and follow some data like: 1 - data of number 1 2 - data of number 2 ... If it's right, you can do it. $query="SELECT * FROM db ORDER BY numbers DESC limit 1"; $maxnum=$numbers; for ($num=1;$num<=$maxnum; $num++) { $query="SELE