Minggu, 20 Oktober 2013

PHP Indonesia - Facebook: kalau tentang config.php menurut agan2 ada yang s...

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/ 
Join Delanceyplace

Sign up to receive a free quote from a non fiction book every weekday.
From our sponsors
kalau tentang config.php menurut agan2 ada yang s...
Oct 20th 2013, 17:29, by Frieden Leben

Frieden Leben 5:29pm Oct 20
kalau tentang config.php

menurut agan2 ada yang salah atau ngga,.

<?php
$host = "localhost";
$user = "root";
$pass = "root";
$db = "user";
$table = "admin";
$connect = mysql_connect($host,$username,$password) or die("Gagal konek");
$pilih_db = mysql_select_db($db) or die("Database tidak ada");
$cookie_nama = $_COOKIE['nama'];
$query = mysql_query("SELECT * FROM admin where nama='$admin' and password='$admin'");
?>

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