[PHP] I don't understand...

2003-07-31 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

[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

[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

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

Re: [PHP] Freeze Pane

2003-07-25 Thread Jason Martyn
. - 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. Let's say I have a table

[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?

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

2003-07-19 Thread Jason Martyn
. 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: Saturday, July 19, 2003 5:51 PM Subject: Re: [PHP] Setting total db size to a variable. Hello