[PHP] I don't understand...

2003-07-30 Thread Jason Martyn
Hey, I'm trying to create a table based on user configurations (saved in mysql db). The user is able to filter the table view to only the columns he needs. The tables are setup like this: each season has its own table. config table currentseason table Each column in the season table = row in th

[PHP] Problem setting variables.

2003-07-27 Thread Jason Martyn
I'm creating a script that filters the table of results from a database based on the configuration set by the user (config stored in database as well). For example a table has 30 columns. However the user need only see 5. Every user is different so a user configuration is stored in the database.

Re: [PHP] Freeze Pane

2003-07-25 Thread Jason Martyn
used. - Original Message - From: "Jason Martyn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 8:49 AM Subject: [PHP] Freeze Pane This is probably under the category of javascript, however I would like ot know if it is possible to be done with php

Re: [PHP] Freeze Pane

2003-07-25 Thread Jason Martyn
Thanks Rob. Your idea on the div tag works perfect. Definitely the preferable alternative to javascript.. Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Freeze Pane

2003-07-25 Thread Jason Martyn
This is probably under the category of javascript, however I would like ot know if it is possible to be done with php. Let's say I have a table that is 30 columns wide and so the entire table doesn't fit on the screen. Is it possible (with php) to "freeze columns" while scrolling across so you

Fw: [PHP] Setting total db size to a variable.

2003-07-19 Thread Jason Martyn
other database there are 2 tables. I'm using MySQL V. 4.0 and PHP V. 4.3. <--> Jay > - Original Message - > From: "David Nicholson" <[EMAIL PROTECTED]> > To: "Jason Martyn" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent

[PHP] Setting total db size to a variable.

2003-07-19 Thread Jason Martyn
I have a question in regards to finding the total db size and setting it to a variable. How would I go about this?