Ini sedikit scriptnya: Kalau ingin tahu lebih jauh di
ilmukomputer.com ada tutorialnya.
<?php
// set beberapa variabel untuk mengakses basis
data MySQL.
// nama server basis data MySQL
$server = "localhost";
// nama pengguna basis data
$namauser = "test"; // misalkan user adalah
'test'
// password pengguna basis data
$passuser = "test"; // misalkan password adalah
'test'
// nama basis data
$db = "uss_enterprise";
// membuka koneksi PHP ke basis data MySQL
$koneksi = mysql_connect($server, $namauser,
$passuser);
?>
> Hello eckapoetra,
>
> Friday, December 16, 2005, 12:54:27 PM, you wrote:
>
> > kalo mau connect ke my sql gimana caranya yach?
> Gue lagi belajar php
> > untuk bikin web. thanks b4
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Help save the life of a child. Support St. Jude Children's Research Hospital.
http://us.click.yahoo.com/f4eSOB/lbOLAA/E2hLAA/BRUplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/mailplus/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/