hwahahaha..... judulnya panjang banget gyah!! padahal tutornya cuman sedikit doang. seperti biasa lah, klo tutor lainnya design. aku gag pinter buat nyusun kata-kata. langsung ajah. ni codenya :
[Select]>>>>$_hour=date("G"); //Returns the string value of the hour in 24 hour format
//Below will check if its less than 5AM or greater than 6PM (18) if (intval($_hour)<5 && intval($_hour)>18) { ?> Your HTML code here } else { echo("Please return again between 5AM and 6PM"); //Displays this message if it isn't between 5AM and 6PM } ?> <<<<