Ya i have it kinda working the way i want but not fully. Basicly I want each row to display an account.
so my table should look like this
User ID | IP | Last connect | Total Connect|
I can get the user id to display and even the IP but the problem is it list each IP in a new colum instead of how they should be listed (some users have more then 1 IP) So in that case i want all those IP's to show in 1 column
I think its the command that im using to parse the info is the wrong one.. Any clues ideas or websites you can refer me to.
I found this one but for some reason the code is incorrect and im having a hard time finding the errors
http://www.zend.com/zend/tut/tutbarlach.php
that example there is almost like what im trying to do but i dont need the href links..