Rabu, 14 Agustus 2013

PHP Indonesia - Facebook: agan2 tolong pencerahannya eror di line 8 katanya....

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/ 
agan2 tolong pencerahannya eror di line 8 katanya....
Aug 14th 2013, 20:59, by Jevry Aj Putra

Jevry Aj Putra 8:59pm Aug 14
agan2 tolong pencerahannya
eror di line 8 katanya..
<?php
include("config.php");
$no_id = $_POST['no_id'];

$perintahnya = "select * from pelaksana where no_id = '".$no_id."' ";
$jalan = $connection->query($perintahnya);
$cek = $jalan->num_rows;
$hasil = $jalan->fetch_array();
$no_id1 = $hasil["no_id"];
if ($cek == 0)
{
echo " anda belum terdaftar";
}
else{
session_start();
$_SESSION['no_id'] = $no_id1;
header("location: design.php");
}
?>

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