Page 1 of 1

How to make cooperation command line php with webbrowser?

Posted: Sat Aug 29, 2009 5:37 am
by OpenEx
It took me some time to find something fit my needs but...

I need to run a php script from a command line which run whatever webbrowser (system default one) - f.e. IE & Firefox. 1. This php script should at start pass htmls/javascripts to the browser etc., later get some output from it and respond to a browser which can do something with such data, etc. That would be appreciated if a php cript is kept alive and reacts on events.

I am not interested in php/gtk+ php/win32api built in or attached libraries, i need it working with a webbrowser and i can accept any php library for it if such exists. "A webrowser"? Yes i need something universal.

Help, please.