[PHP-DB] flexible variables

2001-02-20 Thread Mircea Romanitan
Hello all. I have a question. How can i define some flexible variables? Suppose i have a table with (id, town, phone). In a file i have define ("ID", "id"); define ("TOWN", "town"); define ("PHONE", "phone"); and after i send a query( SELECT * FROM table) to that db and got the query into an

RE: [PHP-DB] flexible variables

2001-02-20 Thread Robert V. Zwink
To: [EMAIL PROTECTED] Subject: [PHP-DB] flexible variables Hello all. I have a question. How can i define some flexible variables? Suppose i have a table with (id, town, phone). In a file i have define ("ID", "id"); define ("TOWN", "town"); define (&quo