Re: [nyphp-talk] Using PHP for a Stand-Alone application

2007-07-05 Thread csnyder
On 7/4/07, Tom Melendez <[EMAIL PROTECTED]> wrote: See above, this is only more work (and a lot more work at that) for you with no real benefit IMO. You now have the issues of backups, upgrades, support, maintenance, security fixes on individual, possibly not-internet-connected machines for whi

Re: [nyphp-talk] Using PHP for a Stand-Alone application

2007-07-05 Thread Adrian Noland
While I agree with everything Tom said, if you really *must* have a web server, check out nanoweb. A web server written in PHP. http://nanoweb.si.kz/manual/ On 7/4/07, Tom Melendez <[EMAIL PROTECTED]> wrote: Hi Rick, On 7/4/07, Rick Retzko <[EMAIL PROTECTED]> wrote: > > Hi All – > > I've dev

Re: [nyphp-talk] Using PHP for a Stand-Alone application

2007-07-04 Thread Jon Baer
Forgot to paste the second link ... good in-depth article for Gears ... http://www.onlamp.com/lpt/a/7055 - Jon On Jul 4, 2007, at 2:03 PM, Jon Baer wrote: I think its fair to say that PHP is definitely not a standalone friendly language, the best effort I have seen is something like Phar f

Re: [nyphp-talk] Using PHP for a Stand-Alone application

2007-07-04 Thread Jon Baer
I think its fair to say that PHP is definitely not a standalone friendly language, the best effort I have seen is something like Phar format but even then you need to bring the kitchen sink to each client and its not a format built into PHP itself (shame). It's sad that there is not anythin

Re: [nyphp-talk] Using PHP for a Stand-Alone application

2007-07-04 Thread Tom Melendez
Hi Rick, On 7/4/07, Rick Retzko <[EMAIL PROTECTED]> wrote: Hi All – I've developed a web-based audition registration application for musical organizations (All-State Chorus, Regional Band, etc). The application has been well received, but some organizations are too small to benefit from the

Re: [nyphp-talk] Using PHP for a Stand-Alone application

2007-07-04 Thread David Krings
Rick Retzko wrote: Hi All – I’ve developed a web-based audition registration application for musical organizations (All-State Chorus, Regional Band, etc). The application has been well received, but some organizations are too small to benefit from the web orientation and have asked if the ap

[nyphp-talk] Using PHP for a Stand-Alone application

2007-07-04 Thread Rick Retzko
Hi All - I've developed a web-based audition registration application for musical organizations (All-State Chorus, Regional Band, etc). The application has been well received, but some organizations are too small to benefit from the web orientation and have asked if the application could be prov