View Single Post

  #2 (permalink)  
Old 10-23-2006
Rik
 
Posts: n/a
Default Re: using php to open a broswer?

Sunusi Ringim wrote:
> hi
> how can u i use php to open a browser and display somthing? am
> developing an application i want to uweb GUI. please help.


Indeed. If a browser is installed on the server, you can simply open a
browser window with exec(). Check the command line options of that browser
to open a certain page. Given enough rights, PHP will happily open a
browserwindow for you on the server.

If you mean that a window has to be opened by a remote client on a request:
not possible with PHP.

--
Grtz,

Rik Wasmus


Reply With Quote