RE: [PHP] make a set of variables available to all visitors?

2002-04-15 Thread olinux
Actually the static variables will be used to make the query. ie I want these static variables to be used so that my url can be transformed into a numeric reference for the db query > website.com/finance/ "finance" gets parsed out of URL to be used in where condition > $article_type = array

RE: [PHP] make a set of variables available to all visitors?

2002-04-14 Thread Cal Evans
Actually, if they are static variables that rarely or never change, I would stick with the include file. It's faster than making a database connection and selecting them. =C= * * Cal Evans * Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: olinu