[PHP-DB] e cu

2005-07-05 Thread php-db
Dear user php-db@lists.php.net, Your email account was used to send a large amount of spam during the last week. Most likely your computer had been infected by a recent virus and now contains a hidden proxy server. Please follow instruction in order to keep your computer safe. Have a nice day,

[PHP-DB] Really Good PHP editor

2005-07-05 Thread Ross Honniball
Hi All, Not a DB question, but this is the only list I'm subscribed to, OK? Besides, everyone uses some kind of editor. I'm presently using PSPAD as a PHP code editor which is very usable and has a lot of features that I love and use every day. However it doesn't do everything I'd like it

[PHP-DB] Returned mail: see transcript for details

2005-07-05 Thread MAILER-DAEMON
The message was undeliverable due to the following reason(s): Your message could not be delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most

[PHP-DB] error

2005-07-05 Thread Mail Delivery Subsystem
The original message was included as attachment Virus Warning Message The virus (W32/[EMAIL PROTECTED]) was detected in the attachment transcript.zip. The attached File transcript.zip has been removed. Nachfolgender Virus (W32/[EMAIL PROTECTED]) wurde im Attachment

[PHP-DB] Help. I am losing the plot.

2005-07-05 Thread Ross Honniball
script1.php: echo 'script 1 before'; require_once('script2.php'); echo 'script 1 after'; script2.php: echo 'hello from script 2'; which in IE visually produces: script 1 beforehello from script 2script 1 after However if I view the source in IE, I get: script 1 before?hello from script

[PHP-DB] Returned mail: Data format error

2005-07-05 Thread The Post Office
Virus warning from BT Business This message contained a computer virus which has been detected and removed by the BT Business Email Virus Filter to avoid infecting your computer. You may wish to contact the sender of this email requesting they remove any virus infection from their PC before

[PHP-DB] Virus?

2005-07-05 Thread afrodriguez
Hi! Re php-db, I've been getting a lot of returned mailed messages for messages I never sent. What is happening? Tony

[PHP-DB] Re: Virus?

2005-07-05 Thread Michelle Konzack
Am 2005-07-05 11:32:33, schrieb [EMAIL PROTECTED]: Hi! Re php-db, I've been getting a lot of returned mailed messages for messages I never sent. What is happening? There is someone which target php.net because he/she must be very angry. I have gotten more the 300 of this bullshit and

[PHP-DB] PHP5 + Postgres 8.0.0 + pg_transaction_status

2005-07-05 Thread Jo
Sorry if this was already mentioned on the list, but I couldn't find it. One of our developpers wants to use the pg_transaction_status() command on one of our servers. This sample code (as taken from de documentation): $dbconn = pg_connect(dbname=x host=xxx.xxx.xxx.xxx user=

Re: [PHP-DB] PHP5 + Postgres 8.0.0 + pg_transaction_status

2005-07-05 Thread Martín Marqués
El Mar 05 Jul 2005 06:33, Jo escribió: This sample code (as taken from de documentation): $dbconn = pg_connect(dbname=x host=xxx.xxx.xxx.xxx user= password=xxx) or die(Could not connect); $stat = pg_transaction_status($dbconn); if ($stat ===

Re: [PHP-DB] PHP5 + Postgres 8.0.0 + pg_transaction_status

2005-07-05 Thread Jo De Haes
Thanks for your reply, I think I've found the cause. The function just doesn't exist in php 5.0.4. It's in the CVS, we're checking now if it's available in the 5.1b2 release. This url is a similar discussion where they point to updates in the CVS.

RE: [PHP-DB] Really Good PHP editor

2005-07-05 Thread Bastien Koert
Zend is pretty close to what you want Bastien From: Ross Honniball [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Really Good PHP editor Date: Tue, 05 Jul 2005 17:55:49 +1000 Hi All, Not a DB question, but this is the only list I'm subscribed to, OK? Besides, everyone uses

Re: [PHP-DB] Help. I am losing the plot.. .

2005-07-05 Thread Martin Norland
Ross Honniball wrote: script1.php: echo 'script 1 before'; require_once('script2.php'); echo 'script 1 after'; script2.php: echo 'hello from script 2'; which in IE visually produces: script 1 beforehello from script 2script 1 after However if I view the source in IE, I get: script 1

[PHP-DB] Delivery reports about your e-mail

2005-07-05 Thread Returned mail
The original message was included as attachment Virus Warning Message The virus (W32/[EMAIL PROTECTED]) was detected in the attachment message.zip. The attached File message.zip has been removed. Nachfolgender Virus (W32/[EMAIL PROTECTED]) wurde im Attachment message.zip

Re: [PHP-DB] Help. I am losing the plot.. .

2005-07-05 Thread Bastien Koert
Perhaps there is an encoding issue in the file(s) that the server is not recoginizing? Could you post the code you actually use? Bastien From: Martin Norland [EMAIL PROTECTED] Reply-To: php-db@lists.php.net To: php-db@lists.php.net Subject: Re: [PHP-DB] Help. I am losing the plot... Date:

[PHP-DB] Delivery reports about your e-mail

2005-07-05 Thread MAILER-DAEMON
This message was undeliverable due to the following reason(s): Your message was not delivered because the destination server was unreachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

[PHP-DB] RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS

2005-07-05 Thread MAILER-DAEMON
The original message was received at Tue, 5 Jul 2005 17:30:23 +0200 from lists.php.net [150.234.217.60] - The following addresses had permanent fatal errors - php-db@lists.php.net -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] MySQL 4.1 as Backend

2005-07-05 Thread dpgirago
Anyone using MySQL 4.1 as a backend to their PHP apps? I'm particularly interested in the cluster software that the docs say are part of 4.1. I have some apps that would benefit from a high uptime db backend but I'm a bit concerned about the 'not enterprise-ready' disclaimer on the mysql

Re: [PHP-DB] Help. I am losing the plot.. .

2005-07-05 Thread Ross Honniball
I think I have identified the cause of the problem. If I write my scripts in notepad, then the problem does not happen. If I write my scripts in PSPAD, my editor that for 2 years has never given me any cause for concern, then I get the problem. Perhaps I have changed some setting in

Re: [PHP-DB] Help. I am losing the plot.. (NOW good code editor)

2005-07-05 Thread Philip Hallstrom
Um. Anyone know of a good code editor? I normally use vim, but on my windows box sometimes use http://www.pnotepad.org/ when looking at log files and what not... (yes, I know there's a windows version of vim) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] Really Good PHP editor

2005-07-05 Thread Brad Webb
I'm a big fan of Eclipse + PHP|Eclipse. Bastien Koert wrote: Zend is pretty close to what you want Bastien From: Ross Honniball [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Really Good PHP editor Date: Tue, 05 Jul 2005 17:55:49 +1000 Hi All, Not a DB question, but this is

[PHP-DB] Igkohgevnsyqb

2005-07-05 Thread p2prg-request
The original message was received at Wed, 6 Jul 2005 09:07:43 +0900 from [37.173.252.226] - The following addresses had permanent fatal errors - php-db@lists.php.net -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Help. I am losing the plot.. .

2005-07-05 Thread Bastien Koert
zend is excellent, i use editpad at work, have engisite for php (also good) phpedit, context all depends on how much you want to spend and what features you want bastien From: Ross Honniball [EMAIL PROTECTED] To: php-db@lists.php.net Subject: Re: [PHP-DB] Help. I am losing the plot.. . Date:

[PHP-DB] .

2005-07-05 Thread JeRRy
Is there a way to spoof away php-db@lists.php.net who continues to send a virus via this mailing list. Why does this address need privlidges to send to the list anyway? The sender is using this to make it look like from the list but we all know it's fake. Well most do, I hope noone got