[PHP-DB] Re: Would you look at some code?

2005-11-13 Thread Ajree
Ron Piggott wrote: I am getting the parse error message Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' line 121 (...) ++ii; } ++i; } ?> Shouldn't you write: ++$ii; } ++$i; } ?> :) ? It's the variable sign '$' what is miss

[PHP-DB] Re: Table Output Question

2005-11-14 Thread Ajree
Take a look at this article on ALA: http://www.alistapart.com/articles/zebratables/ It makes markup more elegant than repeated . -- Ajree Jeff Grossman wrote: I have a table, where each line is the output of a query from a MySQL database. I do not use borders, so the page is a little

Re: [PHP-DB] Re: Table Output Question

2005-11-14 Thread Ajree
d I didn't want to offend anyone :) Best regards, Ajree On Monday 14 November 2005 5:25 pm, Ajree wrote: Take a look at this article on ALA: http://www.alistapart.com/articles/zebratables/ It makes markup more elegant than repeated . -- Ajree Jeff Grossman wrote: I have a table, wh