Hi all,

Look at this code:

// one.php
<? include("two.php"); ?>
--- html code ---
// end file one.php

// two.php
<? include("three.php"); ?>
--- html code ---
//end two.php

well, when I see in my browser www.myweb.com/two.php this shows two.php plus the 
include file in it "three.php", so this works ok, but when i see in my browser (IE 
6.0) www.myweb.com/one.php this shows one.php plus two.php, but not three.php that is 
include into two.php

What am I doing wrong?
Could be this because of cookies?

Thanks for help
Peace & Love
skitum

P.S. Forgive my bad english.

Reply via email to