Navigation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Guestbook
Signup guestbook
View Guestbook
Persaingan Global
Berita on 06/08/2008 at 5:04am (UTC) | |
Guestbook
Signup Guestbook
require("utama.php");
$link=open_connection();
$tablename="guestbook";
$tgl=date("y-m-d");
$pesan=addslashes($pesan);
$sqlstr="INSERT INTO $tablename
VALUES('','$tgl','$nama','$email','$alamat','$kota','$pesan')";
if (!mysql_query($sqlstr))
{
echo("Invalid Query! Please register again..... ");
exit;
}
mysql_close($link);
echo("Thank you for signing up Guestbook.....");
?>
View Guestbook
Sign Up
| | |
|
|
|
|
|
|
|
|
|
|
|
|
|