Kamis, 19 September 2013

PHP Indonesia - Facebook: gan, ne kira2 mna slahnya yea ... ne codingnya ......

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/ 
Find your best converters

WHYanalytics helps you to improve your website metrics for free and in real time - try today and start optimising your website for more conversions.
From our sponsors
gan, ne kira2 mna slahnya yea ... ne codingnya ......
Sep 19th 2013, 08:03, by Ridha Rira

Ridha Rira 8:03am Sep 19
gan, ne kira2 mna slahnya yea ...
ne codingnya ...
<?php

include "koneksi.php";

if(isset($_POST['submit'])){
$nim = $_POST['nim'];
$kd_prodi = $_POST['kd_prodi'];
$kd_mk = $_POST['kd_mk'];
$huruf_mutu=$_POST["huruf_mutu"];

if ($huruf_mutu = 'A' ){
$nilai_angka = '4' ;
}else if ($huruf_mutu = 'B' ){
$nilai_angka = '3' ;
}else if ($huruf_mutu = 'C' ){
$nilai_angka = '2' ;
}else if ($huruf_mutu = 'D' ){
$nilai_angka = '1' ;
}else {
$nilai_angka = '0' ;
}

}
$query_nilaiupdate = "UPDATE transkip_nilai set huruf_mutu = '$huruf_mutu', nilai_angka='$nilai_angka' where nim = '$nim' and kd_prodi ='$kd_prodi' and kd_mk='$kd_mk'";
mysql_query($query_nilaiupdate, $koneksi) or die (mysql_error());{
include "hasil.php";
echo "Data telah diupdate </a>";
}
?>

ne hsil dri tmplannya ..

Notice: Undefined index: kd_prodi in C:\xampp\htdocs\baru\admin\update.php on line 7

Notice: Array to string conversion in C:\xampp\htdocs\baru\admin\update.php on line 26

Notice: Array to string conversion in C:\xampp\htdocs\baru\admin\update.php on line 26
Hasil Input Nilai Mahasiswa Per Semester
Notice: Array to string conversion in C:\xampp\htdocs\baru\admin\hasil.php on line 39
No. Nim Nama Mahasiswa Prodi Semester Kelas Kode Nama
MataKuliah Nilai

Data telah diupdate

Pengaturan Privasi 8:22am Sep 19
1. form dengan name kd_prodi kayaknya nggak ada,
2. Array to string
Anda mencoba menampilkan string, yang ternyata itu masih sebuah array, silahkan di cek pada line masing2,,

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