saree
05-08-2002, 04:18 PM
لبناء منتدى على سيرفر محلي اي في جهازي
وشكرا
مرحبا اخى التعديل يصير كذا
....................................
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype='mysql';
// hostname or ip of server
$servername='localhost';
// username and password to log onto db server
$dbusername='';
$dbpassword='';
// name of database
$dbname='اسم القاعده';
// technical email address - any error messages will be emailed here
$technicalemail='mo@mo.com';
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>
.............................................