Rabu, 30 Oktober 2013

PHP Indonesia - Facebook: gan mau tanya script ini kurannya diman? ga bisa j...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Fun with Brazilian Portuguese

Learn the tips and tricks to speak colloquial Portuguese in a natural and confident manner. Enroll today for just $69!
From our sponsors
gan mau tanya script ini kurannya diman? ga bisa j...
Oct 30th 2013, 08:51, by Jaka Saputra

Jaka Saputra 8:51am Oct 30
gan mau tanya script ini kurannya diman? ga bisa jalan

<?php
require "config.php";
$id_admin =$_GET['id_admin'];
//baca file config dari luar folder untuk menghubungkan ke database

$perintah="DELETE FROM admin WHERE id_admin='$id_admin'";
//hapus data admin berdasarkan id

$hasil=mysql_query($perintah);
if ($hasil) {
header("location:halaman_admin.php");
//kembali ke halaman admin

} else {
echo ("Berita gagal dihapus....!!!");
} ?>

Arba Yunis Adam 8:53am Oct 30
oh itu,ga pnya kaki mas scriptnya,jd ga bisa jalan,coba deh,dikasih kaki palsu,atau kursi roda:) ,semoga bermanfaat:)

Bangkit Sukma Nugroho 8:54am Oct 30
Lha errornya tuh apa ya?

Ata Saxalorman 8:56am Oct 30
pesan error nya apa ??

Gunawan Mujur Wibisono 8:56am Oct 30
coba kasi tambahan mysql_error()

ArRady Fuad Ar-Radhi 9:04am Oct 30
biasakan bertanya kasih tau output error nya,,
:)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar