<?php
if($_GET['act'] == "1") {
include("form_kontrol_get.php");
}else if($_GET['act'] == "2") {
include("data_closing.php");
}else{
include("default.php");
}
?>
Membuat menu tersembunyi dalam php
Nasrul Kurniawan, 28.11.11
Subscribe to:
Post Comments (Atom)


Comments :
Post a Comment