Page 1 of 1

include/require help (hope posted in right place)

Posted: Sun Sep 24, 2006 11:39 am
by DarkUncle
I cant get

<?php
require ('linkdatabase.php');
?>

or

<?php
include ('linkdatabase.php');
?>

to work inside DIVs in Internet Explorer but it works great in mozzilla firefox.

look at it here... http://www.soul-designs.co.uk look inside the Links menu box thats where it should be notice that in IE the bottom of this box disapears and no links are shown but in Firefox it works great :S any help would be hugely apreciated! :)

Thanx alot...

DarkUncle

Posted: Sun Sep 24, 2006 11:49 am
by Chris Corbyn
:arrow: Moved to PHP Code

Posted: Sun Sep 24, 2006 12:40 pm
by feyd

Code: Select all

<src=">
is not a valid tag.

Your page source includes some XHTML style tags but is set to use HTML 4.01 Strict.

Posted: Sun Sep 24, 2006 12:43 pm
by DarkUncle
thanx :) alot you can tell im a noob lol :) so do i just remove the src="" ?

Thanx soooo Much! :)

DarkUncle


.....................

Just tried it it works thak you very much! Want a link in our friends menu?


DarkUncle


leon@soul-designs.co.uk