Teman, tolong bantuannya :
Saya baru menginstall : 
  
   PHP5.1.2
   MySQL5.0
      Saya sudah mencoba mysql menggunakan mysql  ( berhasil / running )
Saya sudah mencoba PHP dgn 
  <?
 phpinfo();
 ?>
  Ok.. juga berhasil / Running.
         
1. <?
 2. // Mendefenisikan Connection  file name c.php
 3. $dbserver="localhost";
 4. $dbuser="root";
 5. $dbpass="";

 6. //$dbconnection = mysql_connect("localhost","root","");
7. //Pengecekan & Validasi koneksi
 8.//if ($dbconnection)

 9. if (mysql_connect($dbserver,$dbuser,$dbpass))
 10.   { echo ("Koneksi Berhasil "); }
 11. else
 12.   {echo ("Koneksi Gagal "); }
 13. ?>        
      Tetapi waktu menjalankan c.php ( connection php- mysql ) ( password root 
: “”  -> Blank )muncul pesan :
Fatal error: Call to undefined function mysql_connect() in 
c:\Inetpub\wwwroot\c.php on line 7  
    Apakah utk koneksi PHP  -> Mysql , juga membutuhkan 1 software/aplikasi 
penghubung lagi?  Software apa itu ? atau mungkin konfigurasi yg saya lakukan 
salah? ( tapi saya coba php ok.. mysql juga ok.. tapi knapa waktu test conneksi 
tidak bisa??
 
Terima kasih.
  
 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]

Kirim email ke