Senin, 16 September 2013

PHP Indonesia - Facebook: Tanya ini knp parsing datanya gak mau masuk ke dat...

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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
Tanya ini knp parsing datanya gak mau masuk ke dat...
Sep 17th 2013, 01:11, by Hand Excel

Hand Excel 1:11am Sep 17
Tanya ini knp parsing datanya gak mau masuk ke database trimkasih..
<?php
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING));
include('../connect.php');
$id=$_POST['id_web'];
$tit=$_POST['tit'];
$des=$_POST['des'];
$t=mysql_query("update tweb set title='$tit', desc='$des' where id_web='$id'");

if($t) {
?><script language="JavaScript">alert('Penggantian Judul Website Berhasil');
document.location='dash.php?p=title'</script>
<?php
}else {
?><script language="JavaScript">alert('Penggantian Judul Website Gagal');
document.location='dash.php?p=title'</script>
<?php
}
?>

ini form parsingannya:
<div class="full_w">
<div class="h_title">Ganti Judul Website</div>
<?php
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING));
include('../connect.php');
$t=mysql_query("select * from tweb");
$row=mysql_fetch_array($t);
?>
<form action="title_act.php" method="POST">
<div class="element">
<input type="hidden" name="id_web" value="<?php echo $row['id_web']; ?>" />
</div>
<div class="element">
<label for="name">Website title <span class="red">(required)</span></label>
<input type="text" id="name" name="tit" class="text err" value="<?php echo $row['title']; ?>" >
</div>
<div class="element">
<label for="name">Website Deskripsi <span class="red">(required)</span></label>
<input type="text" id="name" name="des" class="text err" value="<?php echo $row['desc']; ?>" >
</div>
<div class="entry">
<button type="submit">Ganti Title</button>
</div>
</form>
</div>

Adhie Purwa Sasmita 1:22am Sep 17
coba kau echo dlu $id,$tit, sma $des, udah ad nilai'a ap blom?

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