#1
|
||||
|
||||
[ اضافة ] ملف الإتصال بقاعدة البيانات مجهز لسكربتك مقدم من مجمع السكريبتات
السلام عليكم
مرحبا بكم من جديد اليوم أقدم لكم ملف للإتصال بقاعدة البيانات متطور جاهز لسكربتك لمن أراد تحميله في المرفقات configdata.txt.rar (configdata.txt.zip رمز Code: define("dbhost", "localhost"); define("dbname", "database_name"); define("usernm", "database_username"); define("passwd", "database_password"); function db_connect() { $connection = @mysql_connect(dbhost,usernm,passwd); if(!$connection) { return (array(false, "Connection to MySQL server failed due to incorrect server connection information. Please specify the correct connection crudentials. MySQL Said: ".mysql_error())); } $db = @mysql_select_db(dbname); if(!$db) { mysql_close($connection); return (array(false, "Connection to MySQL was successful, how ever the database supplied does not exist. Please specify the correct database name.")); } return (array(true, "connection was successfull.")); } $database_connected = db_connect(); define("dbhost", "localhost"); define("dbname", "database_name"); define("usernm", "database_username"); define("passwd", "database_password"); function db_connect() { $connection = @mysql_connect(dbhost,usernm,passwd); if(!$connection) { return (array(false, "Connection to MySQL server failed due to incorrect server connection information. Please specify the correct connection crudentials. MySQL Said: ".mysql_error())); } $db = @mysql_select_db(dbname); if(!$db) { mysql_close($connection); return (array(false, "Connection to MySQL was successful, how ever the database supplied does not exist. Please specify the correct database name.")); } return (array(true, "connection was successfull.")); } $database_connected = db_connect(); ملف الإتصال بقاعدة البيانات مجهز لسكربتك - المنتدى مجمع السكريبتات - Forums G-Scripts.Com أكثر... |
مواقع النشر (المفضلة) |
|
|
المواضيع المتشابهه | ||||
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
دليل مواقع|مجمع السكريبتات > اضف موقعك بيج رانك 2 مجانا | RSS | Arabic Rss | 0 | 06-28-2011 12:32 PM |
[ عرض اعلان ] : بيج رانك 3 و 2 و 1 مجمع السكريبتات g-scripts.com | RSS | Arabic Rss | 0 | 06-27-2011 07:21 PM |
سكريبت البحث من موقع bing من مجمع السكريبتات | RSS | Arabic Rss | 0 | 05-25-2011 01:53 PM |
[ عرض اعلان ] : اعلن في مجمع السكريبتات - g-scripts.com (مقسم في جوجل) | RSS | Arabic Rss | 0 | 05-17-2011 01:31 PM |
*دورة مجمع السكريبتات* شرح اضافة قسم رئيسي -منتدى-منتدى فرعي في pbb | RSS | Arabic Rss | 0 | 11-23-2010 07:31 PM |
|