I posted earlier
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10233237
about a weird problem
now look at this... this is the problem to what i've narrowed it down to.....
2 files
test.php
//start
<?
include("indexfull.inc")
?>
//end
index.inc
//start
// 14kb html file here... too long to post
// download from thwak.no-ip.com/indexfull.inc
//end
now the index.inc normally gets processed... but in this case to make it easier its pure html...
now run this local server... its fine....
run this from a networked computer... i crashes...
it works if you dont put the [url]http://[/url] infront....
when u refresh a few times it crashed again......
strange!
no dir mods nothing
...
try it for yourself
http://thwak.no-ip.com/test.php
but when i shortern the indexfull.inc (indexfull2.inc) <-- all i've done is removed part of the menu code.
http://thwak.no-ip.com/test2.php
it works! 😕
now look at test3.php
that just tries to include 3.htm... just a long htm file with garbage in it.... but it still doesnt work....
there must be something that says php is out of memory or something.... tho it is strange for such a small code.