Hi, I am trying to get my data into a very similar layout as this: http://hostfilter.com/ComparePlan.asp?IntVal1=389&IntVal2=546&IntVal3=605 see the table with the plans...how is he getting that in one table? what kind of logic is that? the best I can do is for each column I have to use another table (nested tables) but he has somehow managed to get all in one... is this a special ASP thing?
This is my implemption of it: http://bestwebhosters.com/compare.php?id%5B%5D=1&id%5B%5D=2&id%5B%5D=4&id%5B %5D=5&id%5B%5D=13&type=1 Its much slower, because it uses more tables and nested tables...but its in php :-) I just cant understand it...any ideas? Cheers, -Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php