Need some help calling an php file
-
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’]))
{ ?>
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Need some help calling an php file’ is closed to new replies.