View Single Post
Old 08-07-2012, 11:19 AM   PM User | #1
countrydj
Regular Coder

 
Join Date: Nov 2011
Location: Preston, UK
Posts: 130
Thanks: 36
Thanked 0 Times in 0 Posts
countrydj is an unknown quantity at this point
PHP won't work with Firefox

Hi Guys...

I have a web site that uses a little PHP.
This is the bit that doesn't work.
PHP Code:
<?php
$hmenu
=join('',file('files/hmenu.txt'));
?>


<?php echo $hmenu ?>
This is where the display code is:
Code:
<tr valign="bottom">
	<td>
	    <? echo $hmenu ?> 
	</td>
</tr>
I'm convinced that it is because <? echo $hmenu ?> is within a table.

I have another php link. NOT inside a table, and that works OK.

This is not a problem with IE.

Can anybody advise me ??

Thanks,
__________________
The MAN, The MYTH, The LEGEND:
John C
________________________________
Support your local Country Music Club
countrydj is offline   Reply With Quote