Page 1 of 1

problem reading the whole file?

PostPosted: 29. March 2005 03:11
by Majd-GFX1
Hi, xampp works wonderfully...


except for one thing...i can't understand it, for some reason, it doesn't handle include() functions in php very well, my files aren't being included 100%

it's really weird..

im running:
ApacheFriends XAMPP (basic package) version 1.4.12
on Windows XP Home Edition

PostPosted: 30. March 2005 00:31
by sixx
what error are you getting? where are you getting it? and what are you using when getting it? Are you getting this error in forum software etc..?? need more info please...

PostPosted: 31. March 2005 16:50
by keepsedge
I have problems with include () as well try using require () or require_once () for templating. The only prob is that you'll get a fatal error if the script isn't right where with include () the script will issue a warning and continue to run.