1. account
-id,
-accounttypeid,
-name
2. accounttype
-accounttypeid,
-type.
i can add record by join the table,
but if i need update record, it cant,
can some 1 help me?
how to update?
thz
Code:
<html><head></head>
<body>
<?php
$jenis =$_POST['accounttypeid'];
$connect =mysql_connect("localhost","root","")
Leave a comment: