[PHP-DB] Re: adodb is slow

2005-06-06 Thread Lester Caine
Oriol wrote: I'm proud to install adodb library in my framework. I succesfully got it. But, surprise! My scripts became slower than ever! Exactly the 33% of the time is spent by adodb So, I know the advantages of this library, and I understand the reason is so slow...but, well, I wondered if

[PHP-DB] Postgres Pqsocket function

2005-06-06 Thread Nick Stone
Hi All, I'm currently implementing a standalone app using php cli. Part of the app connects to Postgres and waits for a notification using the Listen tablename SQL. In the postgres C lib there is a function called Pqsocket which returns the file-descriptor of the socket connection to Postgres.

[PHP-DB] ini_set()

2005-06-06 Thread veditio
In order to create a session handling function that does not rely at all on cookies, I'm trying to use ini_set('session.use_cookies', '0') to make sure that the PHP server does not set cookies on page load. However, even though the ini_set goes through (as evidenced by the 0 in the ini_get())

[PHP-DB] Re: ini_set()

2005-06-06 Thread Matthew Weier O'Phinney
* [EMAIL PROTECTED] [EMAIL PROTECTED]: In order to create a session handling function that does not rely at all on cookies, I'm trying to use ini_set('session.use_cookies', '0') to make sure that the PHP server does not set cookies on page load. However, even though the ini_set goes through

[PHP-DB] escape

2005-06-06 Thread Ron Piggott
When you retrieve a cell from the table it is escaped. $quotation=mysql_result($result,$i,quotation); Are you then able to use the UPDATE command to mark that $quotation as the one currently in use if I had a today column? Would the escape part of it cause the search to fail? The $quotation

[PHP-DB] Newbie with mail problem

2005-06-06 Thread Wings
I've installed a game on my server, but it wants to email new registrants. When it attempts this the following error is displayed: Warning: mail() [function.mail]: Failed to connect to mailserver at localhost port 25, verify your SMTP and smtp_port setting in php.ini or use ini_set() in