I'm trying to create a little search engine and I want to have it read not just html documents (open the file, read, parse), but also the executed output from a .php page.
For example if a page shows the results of phpinfo() I want php to retieve as text not just "phpinfo()" but the actual output.
help!
(I tried the search but couldn't word my query to get a valid answer.)
CodeAssasin :evilgrin: