Hi
My problem is this I have a script (phpsysinfo) and I want to include the output of the script on one of my pages.
This is how I understand the include() function to work - the interpreter takes the contents of the file and executes any php as though it came from the file doing the including.
I want to know how to execute the script then include the output into my page because the script relies on other files and I want to keep them all separate from my main website, so for this I think the include() function wouldn't do the trick, there must be a way to do this?
thanks