Re: [PHP-DB] Arabic characters displayed as garbage !!

2004-10-04 Thread Han
Hi, I might be able to help. I've done a website that uses Chinese characters. I have to store the data in a BLOP mysql field. Then use the correct ISO for the webpage display. Try that. Han - Original Message - From: [EMAIL PROTECTED] To: Dre [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

Re: [PHP-DB] Arabic characters displayed as garbage !!

2004-10-04 Thread Han
Sorry, I meant BLOB, not BLOP. Han. - Original Message - From: Han [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Dre [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, October 04, 2004 3:24 PM Subject: Re: [PHP-DB] Arabic characters displayed as garbage !! Hi, I might be able to help

[PHP-DB] password encryption

2004-11-18 Thread Han
, and I've got the .htaccess and .htpasswd files correct, but I need to programmatically encrypt the password in my script then write it to the 2 files. Han. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] password encryption

2004-11-19 Thread Han
Thanks to evryone for their help. Haven't done it yet as I'm working on someone else's server and they won't do certain things. I've got all the info I was lacking now, so I'm sure I can work something out. Han. - Original Message - From: php_user [EMAIL PROTECTED] To: Han [EMAIL

[PHP-DB] LEFT joins

2005-01-12 Thread Han
many matches. What am I doing wrong??? Han.

Re: [PHP-DB] LEFT joins

2005-01-12 Thread Han
] To: Han [EMAIL PROTECTED]; php-db@lists.php.net Sent: Wednesday, January 12, 2005 1:51 PM Subject: Re: [PHP-DB] LEFT joins BTW: Hans please use 'reply to all' so that the rest of the list can see your replies (+ it makes me feel less like you personal help-desk ;-). ...on to the reply proper: Han

Re: [PHP-DB] LEFT joins

2005-01-12 Thread Han
Hmm, still no luck. Thanks for the help. I think I'll have to break the select up into 2 selects and throw the results of the first into arrays. Didn't want to do it like that, but it's gonna be quicker now. Han. - Original Message - From: Jochem Maas [EMAIL PROTECTED] To: Han [EMAIL

Re: [PHP-DB] foreach()

2005-01-31 Thread Han
Try this : -- $z = array('foo' = array('bar')), 'dis' = array('dat')); while (list($key, $val) = each($z)) { echo BR$key $val; } - Original Message - From: Yemi Obembe [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Monday, January 31, 2005 9:47 AM Subject: [PHP-DB] foreach() Hi

[PHP-DB] phpdocumentor

2005-05-04 Thread Han
I'm having to use phpdocumentor and am worried it's gonna conflict with my mysql commands and confuse the thing, so I'll have to check and recheck every line after I've done my initial check and rechecks of my code. Has anyone found it causes conflict or is there really no problem? Han. -- PHP

[PHP-DB] phpdocumentor

2005-05-04 Thread Han
I'm having to use phpdocumentor and am worried it's gonna conflict with my mysql commands and confuse the thing, so I'll have to check and recheck every line after I've done my initial check and rechecks of my code. Has anyone found it causes conflict or is there really no problem? Han. -- PHP

Re: [PHP-DB] Page refresh question

2005-06-09 Thread Han
onClick=javascript:SetCookie('555435,£3,image1');/aHope this helps. Han. - Original Message - From: Chris Payne [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, June 09, 2005 5:33 AM Subject: [PHP-DB] Page refresh question Hi there everyone, I'm using PHP and MySQL

Re: [PHP-DB] Page refresh question

2005-06-09 Thread han
onClick=javascript:SetCookie('555435,£3,image1');/aHope this helps. Han. - Original Message - From: Chris Payne [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, June 09, 2005 5:33 AM Subject: [PHP-DB] Page refresh question Hi there everyone, I'm using PHP and MySQL

Re: [PHP-DB] Page refresh question

2005-06-09 Thread han
onClick=javascript:SetCookie('555435,£3,image1');/aHope this helps. Han. - Original Message - From: Chris Payne [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, June 09, 2005 5:33 AM Subject: [PHP-DB] Page refresh question Hi there everyone, I'm using PHP and MySQL

Re: [PHP-DB] Page refresh question

2005-06-10 Thread han
onClick=javascript:SetCookie('555435,£3,image1');/aHope this helps. Han. - Original Message - From: Chris Payne [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, June 09, 2005 5:33 AM Subject: [PHP-DB] Page refresh question Hi there everyone, I'm using PHP and MySQL

Re: [PHP-DB] Page refresh question

2005-06-10 Thread han
onClick=javascript:SetCookie('555435,£3,image1');/aHope this helps. Han. - Original Message - From: Chris Payne [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Thursday, June 09, 2005 5:33 AM Subject: [PHP-DB] Page refresh question Hi there everyone, I'm using PHP and MySQL

Re: [PHP-DB] Re: maximum number of records in a db?

2005-08-26 Thread Han
you couldn't use a mouse??? Han. - Original Message - From: Darryl Steyn [EMAIL PROTECTED] To: php-db@lists.php.net Sent: Friday, August 26, 2005 5:07 PM Subject: Re: [PHP-DB] Re: maximum number of records in a db? with questions being answered like that, i am sure many will. On 8/26

[PHP-DB] mysql_connect($server,$user,$password);

2005-07-27 Thread Chuck Han
Much of the password discussion I've seen revolves around encrypting the user-supplied password, but what about the user/password used to make the initial connection? In other words, I'm assuming that the .php file has the initial user and password right in the text in order to make the