When i use the following statement:
echo include("news.txt");
i get this reurned:
blahblah1
I only put the blahblah in the text file so where did the one come from and how can i get rid of it?
RTFM: include() does noet return the content of the file, it returns true/false.