Double loading..

Joined
Mar 2, 2007
Messages
1
Reaction score
0
Hey everyone, I just wondered if anyone has a solutions to this.

I added a new template to my text based game about a week ago and since then every now and again pages will double load.

Eg. If i click to use an item and only have one, Within the page load it uses the item then displays the message saying you dont have one to use.

It doesnt happen all the time, But after trying to find a problem for a few days i'm lost.

The template is in 2 parts and is called by includes:

include("layout_top.php");
include("layout_bottom.php");

Then every page also loads the header.php file.

Could the problem be that its calling an html tag twice? (<body> etc, Note: It only calls one <html> set in header)


Any help is appreciated, I dont know what other info i need. I could show parts of it would help more.
 
Back