| mic123@gmail.com wrote:
> On Nov 15, 6:40 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> vdfvdfv wrote:
>>> Hi,
>>> I have 2 tables:
>>> table1 with columns a,b,c,z
>>> table 2 with columns a,d,e,z
>>> I join these tables using a php query:
>>> select * from table1,table2 where table1.b=table2.d
>>> I can get b easily using
>>> $row = mysql_fetch_array($result)
>>> then approaching |
|
 |
|
 |
Group: comp.databases.mysql · Group Profile · Search for Mic123 in comp.databases.mysql
Author: Jerry Stuckle
Date: Nov 14, 2007 21:33
mic123@gmail.com wrote: Is CSS faster than tables? That is hard to say. Depends on what you do. If you use a table for layout have have to add all kinds of nesting, rowspans, colspans, and html attributes for the table cells, you can certainly bloat your markup over CSS. One thing for certain if you have to edit the beast it will take you longer than with proper markup and CSS
|