What you say is true but the key to your statement is "primarily". It is possible to start a php application, for example, on a windows box with a command like;
c:>/apache/php/php.exe /batch/somescript.php and the command will run outside a web server (Equivalent available for unix, even as a "&" detached process) there is also a poorly supported project to link the GTK+ toolkit to php (so buyer beware, not for the faint of heart). Check out http://gtk.php.net/resources.php for a list of resources. This would provide the following list of functions which should run in a distributed environment thru X-windows (not a Bill Gates product) but probably lacks enough security to use over the internet; GTK+ Widgets and Objects Windows & Dialogs GtkWindow GtkDialog GtkColorSelectionDialog GtkFileSelection GtkFontSelectionDialog GtkInputDialog Containers GtkHBox GtkVBox GtkTable GtkToolbar GtkHandleBox GtkNotebook GtkFrame GtkAspectFrame GtkFixed GtkPacker GtkLayout GtkScrolledWindow GtkViewport GtkEventBox GtkAlignment GtkHButtonBox GtkVButtonBox GtkHPaned GtkVPaned Labels & Buttons GtkLabel GtkAccelLabel GtkButton GtkCheckButton GtkToggleButton GtkRadioButton Data Entry Widgets GtkEntry GtkText GtkSpinButton GtkOptionMenu GtkCombo GtkHScale GtkVScale Lists & Trees GtkCList GtkCTree GtkList GtkListItem GtkTree GtkTreeItem Tooltips GtkTooltips GtkTipsQuery Menus & Menu Bars GtkMenuBar GtkMenu GtkMenuItem GtkCheckMenuItem GtkRadioMenuItem GtkTearoffMenuItem Graphical Widgets GtkDrawingArea GtkImage GtkPixmap GtkPreview GtkCurve GtkGammaCurve Misc. Widgets GtkArrow GtkCalendar GtkProgressBar GtkStatusbar GtkHRuler GtkVRuler GtkHScrollbar GtkVScrollbar GtkHSeparator GtkVSeparator GtkColorSelection GtkFontSelection Abstract Base Classes GtkWidget GtkObject GtkContainer GtkBin GtkBox GtkButtonBox GtkData GtkEditable GtkItem GtkMenuShell GtkMisc GtkPaned GtkProgress GtkRange GtkRuler GtkScale GtkScrollbar GtkSeparator Integrating with other X Applications GtkPlug GtkSocket Misc. Objects GtkAdjustment GtkItemFactory GtkInvisible Warren Vail [EMAIL PROTECTED] -----Original Message----- From: Luke Woollard [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 05, 2003 7:33 PM To: [EMAIL PROTECTED] Cc: Harvey Frey Subject: RE: [PHP-WIN] Capturing Events Dude -> PHP is a (primarily) a server side scripting language so capturing events through functions like 'onMouseOver' etc aren't applicable.. http://www.php.net/manual/en/tutorial.php Luke Woollard -----Original Message----- From: Harvey Frey [mailto:[EMAIL PROTECTED]] Sent: Monday, 6 January 2003 1:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Capturing Events All: Javascript has a multitude of functions to capture events, like onClick. I haven't seen similar functions described in the manual for PHP. Have I just missed them? Or are those facilities not available in PHP? If they are available, I'd appreciate being pointed to the documentation. Thanks. Harvey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php