[PHP] PHP on client-side

2001-08-16 Thread Tom Malone
Wouldn't it be nice if there was a way develop client-side (browser-based) applications for PHP? I see so many posts about using PHP to interact with JavaScript - wouldn't it be cool if you could just tell your PHP code where to run - server or client (similar to what ASP does with VBScript)? I

RE: [PHP] PHP on client-side

2001-08-16 Thread Bruin, Bolke de
Euhum what about PHPGTK? Bolke -Oorspronkelijk bericht- Van: Tom Malone [mailto:[EMAIL PROTECTED]] Verzonden: Thursday, August 16, 2001 2:13 PM Aan: PHP Users Onderwerp: [PHP] PHP on client-side Wouldn't it be nice if there was a way develop client-side (browser-based) applications

RE: [PHP] PHP on client-side

2001-08-16 Thread Tom Malone
I don't think PHP-GTK does that, does it? Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: Bruin, Bolke de [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 8:22 AM To: '[EMAIL PROTECTED]'; PHP Users Subject: RE: [PHP] PHP on client-side Euhum what

Re: [PHP] PHP on client-side

2001-08-16 Thread Pavel Jartsev
Tom Malone wrote: I don't think PHP-GTK does that, does it? From http://gtk.php.net Too often PHP is thought of as only an HTML-embedded web scripting language. However, it is also a very full-featured general purpose language that can be used for much more. One of the goals behind this

Re: [PHP] PHP on client-side

2001-08-16 Thread Justin Farnsworth
Re below, I am just curious if anybody on this list has already written a significant application using PHP/Gtk. I keep looking at Gtk, but it still seems to be too much shifting sand right now. I want to use these widgets et al for some applications that I would normally use Python for. The

RE: [PHP] PHP on client-side

2001-08-16 Thread Tom Malone
To: Tom Malone Subject: Re: [PHP] PHP on client-side Tom Malone wrote: I read the introduction to PHP-GTK at http://conf.php.net What I am talking about is the potential to use PHP in the browser, like JavaScript, for functions similar to what JavaScript and VBScript are used for. In each tag

RE: [PHP] PHP on client-side

2001-08-16 Thread Jan De Luyck
To: PHP Users Subject: RE: [PHP] PHP on client-side Do you think it's feasible to do that? Has anyone discussed it before? Are there any initiatives? Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

Re: [PHP] PHP on client-side

2001-08-16 Thread Sheridan Saint-Michel
I think one major hurdle with this is that the browser would have to be programmed to parse the Client-Side PHP. While you might have a shot at convincing the nice folks at Mozilla to do this, IE is by far the most used browser and I don't see MS implementing PHP into their browser anytime soon

Re: [PHP] PHP on client-side

2001-08-16 Thread Jay Paulson
PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 8:35 AM Subject: Re: [PHP] PHP on client-side Re below, I am just curious if anybody on this list has already written a significant application using PHP/Gtk. I keep looking at Gtk, but it still seems to be too much shifting sand right now

[PHP] PHP on client-side

2001-08-15 Thread Tom Malone
Wouldn't it be nice if there was a way develop client-side (browser-based) applications for PHP? I see so many posts about using PHP to interact with JavaScript - wouldn't it be cool if you could just tell your PHP code where to run - server or client (similar to what ASP does with VBScript)? I