Re: [PHP-DB] PHP_AUTH_USER .htaccess

2007-03-06 Thread bedul
- Original Message - From: Mike van Hoof [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Tuesday, March 06, 2007 3:02 PM Subject: [PHP-DB] PHP_AUTH_USER .htaccess Hello, I've got a really strange problem, and hope this is the right list to post to. I got a website with a login,

Re: [PHP-DB] PHP_AUTH_USER .htaccess

2007-03-06 Thread Mike van Hoof
This must be set on On, because in a directory where the .htaccess file doesn't exist it works, or can that setting also be set to on? - Mike bedul schreef: - Original Message - From: Mike van Hoof [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Tuesday, March 06, 2007 3:02 PM

[PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Ng Hwee Hwee
Hi, I need urgent help. Have anyone successfully installed PHP 4 MySQL 4.0 on 64-bit Windows? Is there any issues that I need to look out for? Thank you. Please help me!! Best regards, Hwee Hwee

Re: [PHP-DB] array field type

2007-03-06 Thread Tony Marston
Sancar Saran [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sunday 04 March 2007 23:04, Sancar Saran wrote: Hi, I want to know is there any db server around there for store php arrays natively. Regards Sancar Thanks for responses, it seems I have to give more info about

RE: [PHP-DB] PHP_AUTH_USER .htaccess

2007-03-06 Thread Dwight Altman
Typo? $_SERVER['|PHP_AUTH_USER'] != $_SERVER['PHP_AUTH_USER'] Notice the pipe | before PHP_AUTH_USER? Regards, Dwight -Original Message- From: Mike van Hoof [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 2:03 AM To: php-db@lists.php.net Subject: [PHP-DB] PHP_AUTH_USER

[PHP-DB] PLEASE UNSUBSCRIBE at mockandmore.de from php-db@lists.php.net -- FW: Unbekannter Empfaenger - Unknown recipient.

2007-03-06 Thread Dwight Altman
Is there any way to get at mockandmore.de unsubscribed? I sent to php-db@lists.php.net which is not moderated. Regards, Dwight -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:04 AM To: was_my_email_address Subject: Unbekannter

[PHP-DB] Re: PLEASE UNSUBSCRIBE at mockandmore.de from php-db@lists.php.net -- FW: Unbekannter Empfaenger - Unknown recipient.

2007-03-06 Thread Wez Furlong
I found one mockandmore.de address on the list, and unsubscribed them. --Wez. On Mar 6, 2007, at 11:02 AM, Dwight Altman wrote: Is there any way to get at mockandmore.de unsubscribed? I sent to php-db@lists.php.net which is not moderated. Regards, Dwight -Original Message- From:

[PHP-DB] RE : ezmlm response

2007-03-06 Thread Thomas Woerly
Hello People My first message on this list. I am installing a collaborative platform using Apache2.0.59 / PHP4 and Postgre 7.4.14 I have the following error Call to undefined function: pg_escape_bytea() in/home/demo/phpgwapi/inc/adodb/drivers/adodb-postgres64.inc.php on line 407 When

Re: [PHP-DB] PHP_AUTH_USER .htaccess

2007-03-06 Thread Micah Stevens
This function doesn't work if you're using the CGI version of PHP. Check for that - it may be responsible. -Micah On 03/06/2007 12:02 AM, Mike van Hoof wrote: Hello, I've got a really strange problem, and hope this is the right list to post to. I got a website with a login, which uses a

Re: [PHP-DB] array field type

2007-03-06 Thread Micah Stevens
Wrong! Take a look at the SET datatype http://dev.mysql.com/doc/refman/4.1/en/set.html. This allows you to have an array of values in a single field, and the user can select any number of them. Sort of, but not really: This is a really specialized keyword, and depends on binary mapping

Re: [PHP-DB] array field type

2007-03-06 Thread Mark
Sancar Saran wrote: Thanks for all those replies. It seems there was no easy solution (and or serializing was better solution) for us. Our arrays contains lots of things.. XML may not fit because content of array may broke xml structure. Before you give up, take a look at the XMLDBX PHP

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Niel Archer
Hi I need urgent help. Have anyone successfully installed PHP 4 MySQL 4.0 on 64-bit Windows? Frankly, why would you want to? Neither are written for 64 bit. The only versions I could find for 64 bit were the 5.x versions in both. Which is what I run on my personal computer. Niel --

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Ng Hwee Hwee
Hi Niel, The problem is my customer bought the hardware and the OS and we are supposed to install PHP4 and MySQL4.0 on the IIS that came with their Windows Server 2003... So I can't influence the decision on whether it should be a 32-bit or 64-bit machine. Given a choice, of course I won't

Re: [PHP-DB] pg_escape_bytea missing

2007-03-06 Thread Chris
Call to undefined function: pg_escape_bytea() in/home/demo/phpgwapi/inc/adodb/drivers/adodb-postgres64.inc.php on line 407 When searching the Web, some say it is due a bad version of PostgreSQL, since pg_escape_bytea() arrived at v.7.2. My Webmin and pg_config --version say I have a 7.4.14

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Chris
Ng Hwee Hwee wrote: Hi Niel, The problem is my customer bought the hardware and the OS and we are supposed to install PHP4 and MySQL4.0 on the IIS that came with their Windows Server 2003... So I can't influence the decision on whether it should be a 32-bit or 64-bit machine. Given a

答复: [PHP-DB] Urgent! Installing PHP 4 on 6 4-bit machines

2007-03-06 Thread Jacob
Hello all: Maybe, you should ask M$ ,in M$DN to give help. -邮件原件- 发件人: Chris [mailto:[EMAIL PROTECTED] 发送时间: 2007年3月7日 9:30 收件人: Ng Hwee Hwee 抄送: php-db@lists.php.net 主题: Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines Ng Hwee Hwee wrote: Hi Niel, The problem is my

Re: 答复: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Chris
Jacob wrote: Hello all: Maybe, you should ask M$ ,in M$DN to give help. Why? We don't even know if there is a problem, the OP was asking if it's possible or not. -- Postgresql php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To

答复: 答复: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Jacob
Because we don't know ,but if it is a uncommon thing, M$ should give some information about it , if not , we meet a new problem , we should ask M$ or intel for help. -邮件原件- 发件人: Chris [mailto:[EMAIL PROTECTED] 发送时间: 2007年3月7日 9:56 收件人: Jacob 抄送: 'Ng Hwee Hwee'; php-db@lists.php.net

[PHP-DB] RE : Re: [PHP-DB] pg_escape_bytea missing despite Postgre v.7.4.14

2007-03-06 Thread Thomas Woerly
Hello, Thanks for you reply. Yeah, sorry for the subjet, wrong manipulation from me. With a phpinfo(), I have pgsql section. Is it ok ? My version of PHP is 4.4.2, so this is ok too. pgsql PostgreSQL Support enabled Active Persistent Links 0 Active Links

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Ng Hwee Hwee
Hi Chris, Have you tried installing them? Are you getting an error? Nobody's going to be able to help without that information. They will run in 32bit mode, but they should work fine (32 bit binaries work on a 64 bit processor, they don't work the other way around). The situation is such

Re: [PHP-DB] Urgent! Installing PHP 4 on 64-bit machines

2007-03-06 Thread Chris
Ng Hwee Hwee wrote: Hi Chris, Have you tried installing them? Are you getting an error? Nobody's going to be able to help without that information. They will run in 32bit mode, but they should work fine (32 bit binaries work on a 64 bit processor, they don't work the other way around).

[PHP-DB] curl

2007-03-06 Thread Ron Croonenberg
Hello, I am working on an app with php and MySQL but I have a curl question if you don't mind. I need to check a url (from the db) but I want the get the header info first. now what i want is exactly what curl -I http://; outputs. I am trying to write a php script that produces the