Php script run next to windows clock
Hello i have a php script that return some values from mysql database I want those results to shown on windows toolbar next to windows开发者_Go百科 clock for example in a fieldset or something
Any ideas? thanks a lot
PHP won't really do this (unless you use GTK, something I wouldn't recommend).
What I would suggest is that you use php to create a basic web api. Then you'd need to use .NET, Java, C++, etc to build a desktop application to consume that api and display the application near the clock.
Growl might be of help:
http://www.growlforwindows.com/gfw/
Growl is a notification system - originally born on Mac OS X - which allows clients to post notifications. Maybe one of the Growl plugins does what you want.
精彩评论