Hello, on my header.php I have a condition... if that conditions is met it should open my flash. php file. If that condition is not met it displays a jpg image. The problem I encounter is calling that php file, which is in the same folder as the header.php.
here is what I have so far, which is not working.
<div id="header">
<?php
if(eregi("application/x-shockwave-flash", $_SERVER['HTTP_ACCEPT']))
{ ?>