connect ฐานข้อมูล ด้วย mysql_connect()
connect ฐานข้อมูล ด้วย mysql_connect()

รูปแบบคือ
mysql_connect('server', 'username', 'password')

ตัวอย่าง
$db = mysql_connect('localhost', 'testusername', 'testpassword')

 

ตัวอย่างนี้เป็นการติดต่อกับฐานข้อมูล
จากตัวอย่าง
server คือ localhost
username คือ testusername
password
คือ testpassword

* เมื่อนำไปใช้งานอย่าลืมเปลี่ยน server username password


กลับ menu php