[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PHP and user login stuff



> Also, I've devised a script called connect.php3.  It is intended to be
> included from other PHP scripts, so we don't have to repeat the
> connection commands in each one.  After including it, the PHP program
> can simply reference $conn to do any database stuff.

Cool.  All we need then is a different version of this script for dev, tst, and
production, as soon I'll break the databases out.  Then we need to change the DB
reference in one place to accomodate the DB name change.

Jason