 |
Medlem
|
|
Reg.datum: Jan 2004
Inlägg: 77
|
|
Medlem
Reg.datum: Jan 2004
Inlägg: 77
|
Tack för ditt tålamod... men funkar inte fortfarande... nu ser koden ut så här:
<?php
$date = date('Y-m-d');
if(file_exists('/grafix/ap_logo_'.$date.'.gif'))
{
$file = '/grafix/ap_logo_'.$date.'.gif';
}
else
{
$file = '/grafix/ap_logo_standard.gif';
}
?>
[img]<?php echo $file;?>[/img]
och bara alt texten visas fortfarande...
|