المشتــــــــاق
05-09-2002, 03:13 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='culturania';
$dbpassword='200071';
// name of database
$dbname='culturania_uk_db';
// technical email address - any error messages will be emailed here
$technicalemail='al_moshtag_@hotmail.com';
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>
اخواني الخبراء ارجو مساعدتي انا صممت منتدى بس ما اقدر ادخل على لوحة التحكم الخاصه بل منتدى ولا اقدر اضيف اقسام لئني ما اقدر ادخل على لوحة التحكم وهذا الكود ارجو مراجعته لمعرفت الخطاء مع العلم اني مبتدئ
<?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='culturania';
$dbpassword='200071';
// name of database
$dbname='culturania_uk_db';
// technical email address - any error messages will be emailed here
$technicalemail='al_moshtag_@hotmail.com';
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>