What I\'m trying to do is read a specific line from a webpage from inside of my PHP application. This is my experimental setup thus far:
The result of the script is supposed executed and return back to your script. PHP doesn't support any feature about web browser itself.
I suggest you try to learn about "web crawler" and "webbrowsers" which are included in .NET framework ( not PHP )
so that you can use the exec() command in php to call it.
try to find out the example code of web crawler and web browsers on codeproject.com
hope it works.