[PHP] Re: PHP site on CD-ROM

2001-01-19 Thread artwells

I wonder if it's possible to adapt the CGI version of PHP as a Netscape
plugin, or to  associate the extension of php files to some kind of php
wrapper.  This would require distributing a browser with the CD for this
specific CD, but it could work.

For a Unix-only kludge, I found this page, 
 http://home.netscape.com/newsref/std/x-remote.html
It seems to me, by playing with with the application associations, one
could get php to write to a temporary file, and then use netscape's 
-remote openFile to read it.  I imagine, though, that if this works, it
would be rather unstable.

MySQL would be a whole 'nother can of worms.

Just playing with ideas. 

[EMAIL PROTECTED]
http://www.artwells.com/
That which indicates nothing
introduces everything.

On Fri, 19 Jan 2001, Philip Apostol wrote:

> Can I run a PHP/Apache/MySQL services on a CD-ROM.  We have PHP scripts that
> handle queries on a large database.  We would like to distribute it on a
> CD-ROM so they could access the database offline.  Is it possible? Or are
> there any similar solutions for this?  Im thinking of a text-file database
> and access it via javascript but have no much time to study on this.  If php
> can be run on the cd-rom, that would be a better solution.   But any
> solution you posted here will be highly appreciated.  Thanks in advance.
> 
> Philip
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Prevent user to close web browser

2001-07-19 Thread artwells

Is this something that "ignore_user_abort" could help with?

On Thu, 19 Jul 2001, Mihailo Dzigurski wrote:

> I need it for my intranet web site, some of my users close browser on long
> lasting script and I need to prevent this.
>
> Thanks,
> Mihailo.
>
> -Original Message-
> From: kath [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 2:39 PM
> To: Mihailo Dzigurski
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Prevent user to close web browser
>
>
> Not with PHP.  Maybe some Javascript could.
>
> But why would you want this?  Planning some infinite spawning pop up
> website?
> =)
>
> - k
>
> On Thursday 19 July 2001 08:28 am, you wrote:
> > Hello,
> >
> > I need to prevent user to close the web browser on close button or by
> > pressing ALT+F4.
> >
> > Is this possible?
> >
> > Thanks,
> > Mihailo.
> >
> >
> > _
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>

-- 
July 19, 2001: Thursday is a choice.
 Freedom lives best by ending in decision.
  --http://artwells.com/oracula/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]