Skip to content

Instantly share code, notes, and snippets.

@izoel
izoel / gist:4432982
Created January 2, 2013 08:08
update php
<?php
$con=mysql_connect("localhost", "root","" )or die ("gagal koneksi ke database");
mysql_select_db("dbunion",$con);
$nowo=mysql_query("select * from tblinputmbl where nowo=");
$nmstnk=$_POST['nmstnk'];
$almt=$_POST['almt'];
$notelp1=$_POST['notelp1'];
$notelp2=$_POST['notelp2'];
$platno=$_POST['platno'];
@izoel
izoel / gist:4360049
Created December 22, 2012 17:23
tampilkandata.php
<html>
<head>
<script>
function reloadpage()
{
location.reload()
}
</script>
<style>