[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 wondering, is anyone aware of a PHP server model, for Ultradev?
  
   Or, any leads on how I can create one?
  
   I'm developing a site with PHP+MS Access+Ultradev. I wanted
 to use some
   of the Ultradev server model features (and convenience), but
   they only support ASP/JSP/JScript.
 
  I'm not aware of one -- I wish I were!
 
  The book Extending Dreamweaver 4 from Macromedia documents
 their API's,
  including server models. I've got the book...it's pretty hefty.
 I *think*
  it's fairly complete, though I can't immediately determine if it has all
  the info necessary to create a new server model.
 
  I sincerely hope someone does this! I would give it a shot if I
 weren't so
  green...
 

 Check out

 http://www.geocities.com/php4ud/

 I've never tried it but it was in my bookmarks to have a look at.

 I would be grateful of any feedback on it.

 Cheers

 M@



 --
 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]



-- 
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] Php extension for Ultradev available now !

2001-03-29 Thread Ovidiu EFTIMIE

I like it because is a very fast developement environement.
Ultradev = Dreamweaver + database and scripting capabilities (ASP,JSP,CFLM)
and now with this extension PHP (which uses Adodb
http://php.weblogs.com/ADODB)


Ovidiu

 -Original Message-
 From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 29, 2001 12:18 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Php extension for Ultradev available now !


 Timely post for me. I am considering upgrading Dreamweaver and Fireworks.

 How and why do you like Ultradev?
 Why PHP user 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.asp?TypeId=4NewsId=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 PROTECTED]
 


 --
 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]



-- 
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]




[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=4NewsId=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 PROTECTED]




RE: [PHP] Double Click

2001-02-28 Thread Ovidiu EFTIMIE

Use something like this
script language="JavaScript"
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;
  }
   }
/script
input type="button" value="Proceed" name="send" onClick="if
(checkSubmit(this.form.send)) this.form.submit();"


And of course you should verify the id field in tha data base as Joe said.

Ovidiu

-Original Message-
From: Fabian Fabela [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 8:16 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Double Click


Hi,

I have a page, and when I have to add a product I use a form, many people
are used to make double click in every task, so when the product is sent
with a double click in the send button, the program send it twice to the
data base.

What can I do to prevent this?

Thank you.

Fabian Fabela
[EMAIL PROTECTED]
www.vacagorda.com



-- 
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] 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


 Addressed to: kevin1 [EMAIL PROTECTED]
   [EMAIL PROTECTED]

 ** Reply to note from kevin1 [EMAIL PROTECTED] Tue, 27 Feb
 2001 08:10:05 -0500
 
  Is there any equivalent to Java's try-catch or Perl's eval{BLOCK}if($@)
  structure in PHP?

 No.

 There has been some discussion about adding it on the developers list,
 but I don't expect to see it any time soon.




 Rick Widmer
 Internet Marketing Specialists
 http://www.developersdesk.com

 --
 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]



-- 
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]




[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 php to close the connection, but also I have
explicitely close it but the result is the same : the database will no
longer accept connections because the number of allowed clients is reached.

Anybody has any ideea ?
I know that I should use persistent connections but I want to know if this
is a bug or I'm missing something.

I'a running php 4.0.3pl1 on a RH 6.2 box with apache 1.3.14.


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]




[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 give a chapter/page access using php as
scripting lanaguage.

Besides htdig is there any other solution (perhaps
written in php) to index a content of a TEXT field in
order to have an "altavista-like" search engine for my
use ?

I've read that the new version of mysql does
"full-text-indexing" whatever that means...

thanks.

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-- 
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]


-- 
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]