* Thus wrote Ryan A ([EMAIL PROTECTED]): > 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?
Nothing special html wise. > > 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 I get an notice and and error when I go there: Notice: Undefined variable: p5 in /home/bestweb/public_html/compare.php on line 65 Query failed, ryan queryYou have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by plan_id' at line 1 > > I just cant understand it...any ideas? There are different ways you can do this it could help to know what kind of data structure you have. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php