Re: [PHP] RE: [php_mysql] Creative solution with XML,PHP,MYSQL

2001-02-19 Thread Chris Carbaugh
[EMAIL PROTECTED], > [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTED], > [EMAIL PROTECTED], [EMAIL PROTECTED] > From: Tim Ward <[EMAIL PROTECTED]> > Subject: [PHP] RE: [php_mysql] Creative solution with XML,PHP,MYSQL > > you can do it with javascript.

[PHP] RE: [php_mysql] Creative solution with XML,PHP,MYSQL

2001-02-19 Thread Tim Ward
you can do it with javascript. assign all of the cell contents to a javascript 2-d array of strings (mytext[x][y]). create the table with a in each cell. create a 2-d array of object pointers pointing to each div. you can then change the contents of each div at will (for example when a button is

[PHP] RE: [php_mysql] Creative solution with XML,PHP,MYSQL

2001-02-19 Thread Tom Knight
I hate to say it, but the only way I can see of doing this offhand is with ecmascript & dhtml or does that Dynamic Data Binding (only works with ie5, or 5.5?) do this sort of thing? Either way, you're looking at unbounded fun catering for different browsers. > -Original Message- > Fr