include/require help (hope posted in right place)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
DarkUncle
Forum Newbie
Posts: 2
Joined: Sun Sep 24, 2006 11:33 am

include/require help (hope posted in right place)

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

:arrow: Moved to PHP Code
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
DarkUncle
Forum Newbie
Posts: 2
Joined: Sun Sep 24, 2006 11:33 am

Post 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
Post Reply