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

2005-08-26 Thread Han
ember when you couldn't use a mouse??? Han. - Original Message - From: "Darryl Steyn" <[EMAIL PROTECTED]> To: 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

[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 connect

Re: [PHP-DB] Page refresh question

2005-06-10 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-10 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-09 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-09 Thread han
dme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="order3"; features="scrollbars=yes,width=400,height=600"; child = window.open(theURL,winName,features); child.focus(); } //--> ">Hope this helps. Han. - Ori

Re: [PHP-DB] Page refresh question

2005-06-08 Thread Han
quot;margin: 0em;"> var addme = value +":1%"; } theURL="<a rel="nofollow" href="http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme">http://www.domain.com/cgi-bin/showbasket.cgi?cookievalue="+addme</a>; winName="orde

[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 p

[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 p

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 "$key $val"; } - Original Message - From: "Yemi Obembe" <[EMAIL PROTECTED]> To: Sent: Monday, January 31, 2005 9:47 AM Subject: [PHP-DB] foreach() Hi folks. wat can be d

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

Re: [PHP-DB] LEFT joins

2005-01-12 Thread Han
- From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Han" <[EMAIL PROTECTED]>; 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 li

[PHP-DB] LEFT joins

2005-01-12 Thread Han
's matching too many matches. What am I doing wrong??? Han.

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

[PHP-DB] password encryption

2004-11-18 Thread Han
the system, 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] 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 d

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