request_once seems to always put a 1 after everything
Hey hey, this is more a general php question, but when I use the php echo require_once('whatever.txt') it seems to put the file... but have a 1 after the information from whatever.txt. Anyone have any ideas? I have googled it, but since 1 is so simple I can't pinpoint an answer. It also does this for echo require('whatever.txt') and require("whatever.txt"). No matter what the file either news.txt or apps.txt there is always a 1 after it.
Thanks so much in advance for any help.