“Rivals can easily copy your improvements in quality and efficiency.
But they shouldn’t be able to copy your strategic positioning –
what distiguishes your company from all the rest.”

Michael A. Porter, 1996.

Jumat, Februari 13, 2009

PHP & Mysql : Koneksi PHP ke MySQL (2)

awal tag php

// kneksi 2 : konseksi dengan pesan error , penggunaan fungsi if
$conn=mysql_connect ("localhost","root","");
if ($conn){
echo "
Koneksi Berhasil";
}else {
echo "Koneksi Gagal";
}

?>

hasilnya :

Koneksi Berhasil

Tidak ada komentar:

Posting Komentar