RE: [PHP] Problem setting variables - Correction

2003-07-28 Thread Ralph Guzman
iginal Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 4:24 AM To: 'Jason Martyn'; [EMAIL PROTECTED] Subject: RE: [PHP] Problem setting variables. //Find User Configuration $sql = mysql_query("SELECT field_name FROM config WHERE show_

RE: [PHP] Problem setting variables.

2003-07-28 Thread Ralph Guzman
n Martyn [mailto:[EMAIL PROTECTED] Sent: Sunday, July 27, 2003 9:22 PM To: [EMAIL PROTECTED] Subject: [PHP] Problem setting variables. 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).

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