kucing kurap
unread,Nov 26, 2009, 8:50:50 AM11/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KPLI Nusa Tenggara Barat
pak ketupang ni q da masalah : q buat file php yang isinya sbb :
<?
$connect = mysql_connect("localhost","root","root") or die
("koneksi gagal");
mysql_select_db("latihan",$connect) or die ("database salah");
$tampil = mysql_query ("select * from tperson");
echo "<h1> DATA PERSON </H1>";
echo "<hr><br>";
if (isset($tampil)) {
while($data=mysql_fetch_array($tampil)) {
echo "ID : ".$data[id]."<br>";
echo "Nama : ".$data[nama]."<br>";
echo "Alamat : ".$data[alamat]."<br>";
echo "Telpon : ".$data[telp]."<br>";
echo "<a href=\"delete.php?id=$data[id]\">Delete </a>";
echo "<a href=\"edit.php?id=$data[id]\"> Edit </a>";
echo "<a href=\"input.html\"> Input</a> <br><br>";
}
}else {
echo "DATA KOSONG";
}
?>
database udah ada pi muncul erot sbb :
Warning: Unknown: failed to open stream: Permission denied in Unknown
on line 0
Fatal error: Unknown: Failed opening required '/home/wonk/Website/
pertemuan3/connect.php' (include_path='.:/usr/share/php:/usr/share/
pear') in Unknown on line 0
apanya yang salah ya???? mohon bimbingan dan perhatian, ini di linux
di xamp under win$ jalan normal.
thax