ASP merely outputs HTML. His table is basic HTML dynamically rendered
perhaps by an ASP component. This is also trivial to do in PHP.

Cheers,
Rob.


On Sun, 2003-07-27 at 18:38, Ryan A wrote:
> 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
> 
> 

-- 
.---------------------------------------------.
| Worlds of Carnage - http://www.wocmud.org   |
:---------------------------------------------:
| Come visit a world of myth and legend where |
| fantastical creatures come to life and the  |
| stuff of nightmares grasp for your soul.    |
`---------------------------------------------'

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

Reply via email to