LinHES Forums http://forums.linhes.org/ |
|
Run PHP script from main menu? http://forums.linhes.org/viewtopic.php?f=17&t=7035 |
Page 1 of 1 |
Author: | chrisn [ Tue Nov 22, 2005 2:28 pm ] |
Post subject: | Run PHP script from main menu? |
Ok, knoppmyth has PHP installed, so is there a way to run a PHP script from the Main Menu? I have a list of streaming radio stations I would like to add and I created the page on my computer. Any way to be able to launch that from one of the menus and then be able to "navigate" the page? i.e. click down and it highlights the next link below it? Thanks! |
Author: | khrusher [ Tue Nov 22, 2005 7:20 pm ] |
Post subject: | |
mythbrowser? |
Author: | chrisn [ Wed Nov 23, 2005 6:46 am ] |
Post subject: | |
Ok.... so how do I launch mythbrowser to this specific site off of a menu? (I know how to create a menu item) Thanks! |
Author: | cesman [ Wed Nov 23, 2005 1:15 pm ] |
Post subject: | |
If you search the forum, you'll find details on adding a entry on the menu. If you search the forum, you'll find other options on streaming music. |
Author: | chrisn [ Wed Nov 23, 2005 6:00 pm ] |
Post subject: | |
Yeah but I've not found any that support streaming XM radio, so I wrote one that did. But I wrote it in PHP, so I am trying to figure out how to launch a browser with a certain home page, if that's possible. I know how to add a menu item. Thanks |
Author: | khrusher [ Wed Nov 23, 2005 7:18 pm ] |
Post subject: | |
I think you need to be a little bit more clearer on what you are looking for. PHP can be a simple web wrapper around scripts.. the PHP only present for the user interface. Seems you are not intrested in the interface rather the results of the execution of the script. what does you php do... connect to a server some where? start an audio player? provide a gui to select XM frequencies? PHP inplies a browser. you can install mozilla, firefox and easily create a menu button that launches the browser....you can pass the URL on the command line: Code: mozilla <your php URL > &
In this thread, I do the same thing but the mozilla call is in a script: http://mysettopbox.tv/phpBB2/viewtopic.php?t=2486&highlight=calender+calendar+mainmenu |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |