[PHP] Php manual in XML

2001-05-10 Thread Ovidiu EFTIMIE
Hi, Anyone knows if there is a XML version of the PHP manual ? Ovidiu -- 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] Ultradev PHP Server Model

2001-04-27 Thread Ovidiu EFTIMIE
php4ud became PhAkt (http://www.interakt.ro/phakt) Ovidiu > -Original Message- > From: Matt Williams [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 27, 2001 3:59 PM > To: John Platte; John Monfort > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Ultradev PHP Server Model > > > > > > I was

RE: [PHP] Php extension for Ultradev available now !

2001-03-29 Thread Ovidiu EFTIMIE
ser should use it? > > -- > Yasuo Ohgaki > > > ""Ovidiu EFTIMIE"" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > For those working with ultradev : > > http://www.udzone.com/showDetail.as

[PHP] Php extension for Ultradev available now !

2001-03-28 Thread Ovidiu EFTIMIE
For those working with ultradev : http://www.udzone.com/showDetail.asp?TypeId=4&NewsId=488 Ovidiu -- 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 P

RE: [PHP] Exception Handling in php

2001-02-28 Thread Ovidiu EFTIMIE
I think that would be nice to have a try-catch to better control of the code. Ovidiu > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 27, 2001 9:09 PM > To: kevin1; [EMAIL PROTECTED] > Subject: Re: [PHP] Exception Handling in php > > > A

RE: [PHP] Double Click

2001-02-28 Thread Ovidiu EFTIMIE
Use something like this var submitcount=0; function checkSubmit(s) if (submitcount == 0) { submitcount++; s.value = " Sending... "; return true; } else { alert("This form has already been submitted. Thanks!"); return false; }

[PHP] CLOSE_WAIT - Closing connections to Postgresql database

2001-02-20 Thread Ovidiu EFTIMIE
Hi, I'm using non-persistent connections in a page which is accessed by a client once a second( yes once a second) for about 12 hours. Doing a netstat -apn|grep 5432|grep httpd a see that the php doesn't close the connection, in fact the connection is in CLOSE_WAIT state. I have tried to let the p

[PHP] Raspuns: [PHP] indexing text

2001-02-08 Thread Ovidiu EFTIMIE
Try here http://www.searchtools.com/tools/tools-unix.html Ovidiu -Mesaj original- De la: Robert Mena [mailto:[EMAIL PROTECTED]] Trimis: Friday, February 09, 2001 4:35 AM Catre: php mailing list Subiect: [PHP] indexing text Hi, i am trying to store some digital books under mysql and giv

[PHP] Raspuns: [PHP] Cron + PHP

2001-02-08 Thread Ovidiu EFTIMIE
0 20 * * * lynx -dump http://localhost/file.php every day at 20:00 this file will be executed Ovidiu -Mesaj original- De la: GAYTAN BAHAMONDEZ DANIEL EDUARDO [mailto:[EMAIL PROTECTED]] Trimis: Friday, February 09, 2001 12:37 AM Catre: [EMAIL PROTECTED] Subiect: [PHP] Cron + PHP How ca