- Joined
- Jul 4, 2007
- Messages
- 96
- Reaction score
- 141
Downloads:
[
[
Preview:
Hint "external_variables.php":
[
To view the content, you need to sign in or register
][
To view the content, you need to sign in or register
]Preview:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Hint "external_variables.php":
PHP:
<?php
$now_ho = date("H");
//Daytime(6h~19h)
if ($now_ho < 19){
if ($now_ho >= 6){
$vwimg = "hh_entry_oc1";
}
}
//Night (19h~6h)
if ($now_ho <= 24){
if ($now_ho >= 19){
$vwimg = "hh_entry_oc2";
}
}
if ($now_ho < 6){
if ($now_ho >= 0){
$vwimg = "hh_entry_oc2";
}
}
?>
cast.entry.1=<?php echo $vwimg ?>
.
.
.
Last edited: