<? // // FPCode v0.9, Date 2002-01-11 // // Copyright (c) 2002 Wen-Yu Chang and FrostyPlace.com. All rights reserved. // // The contents of this file constitute Original Code as defined in and // are subject to the GNU Library General Public License (the // "License"). You may not use this file except in compliance with the // License. Please obtain a copy of the License at // http://www.gnu.org/licenses/gpl.html and read it before using this file. // // This Original Code and all software distributed under the License are // distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER // EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, // INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the // License for the specific language governing rights and limitations // under the License. // // // Connecting to Database // mysql_pconnect($fpconfig[dbhost], $fpconfig[dbuname], $fpconfig[dbpass]); mysql_select_db($fpconfig[dbname]); ?>