Re: [PHP] require_once hell

2006-03-29 Thread gustav
> Hi > > this may be a stupid moment but i cant find an help on google so.i > am including two classes in my code using the "require_once("path to > file")" method. this works fine for the first class but when including > the second it simply outputs the contents on to the page. I feel I mus

Re: [PHP] require_once hell

2006-03-29 Thread Thomas Munz
Forgot the Hi > > this may be a stupid moment but i cant find an help on google so.i > am including two classes in my code using the "require_once("path to > file")" method. this works fine for the first class but when including > the second it simply outputs the contents on to the page. I