Lo hice recién, y puedes ver los errores:
validator.w3.org/check?uri=http%3A%2F%2Fpaginasdeprueba.comunidad-misiones.com%2Fheader.php&charset=%28detect+automa tically%29&doctype=XHTML+1.1&group=0&user-agent=W3C_Validator%2F1.654
El código que posee el documento del script es la que me dijiste
Código PHP:
<?php
$img[] = '<img src="img/header/header.png" alt="header" />';
$img[] = '<img src="img/header/header2.png" alt="header" />';
$img[] = '<img src="img/header/header3.png" alt="header" />';
$img[] = '<img src="img/header/header4.png" alt="header" />';
$random = mt_rand(0, 3);
$sec = $img[$random];
?>
Saludos!