[PHP-DB] Re: Encrypting DB content

2005-12-31 Thread Richard Dyce
On 31 Dec 2005, at 04:15, Chris Payne [EMAIL PROTECTED] wrote: I am about to launch the website for my complex where the homeowners can login and check their billing status etc .. what is the best way, with PHP and MySQL, to store an ENCRYPTED password into the database so that if someone

Re: [PHP-DB] Encrypting DB content

2005-12-31 Thread Bastien Koert
As an addition to this, I would suggest that you 'SALT' the value before hashing it. There are already tables out there that contain a reverse look-ups of comman hash values (like names, states, dictionary words). A SALT is a random set of characters (use the same one for each value to be

[PHP-DB] php mail and accentuated characters

2005-12-31 Thread Jean-Philippe BATTU
Hello I would like to send emails from my php program. so I use the mail function but I noticed that the accentuated characters where not well transmitted by php or apache server (I use a linux box with FC4). In the phpinfo() function, I saw the LANG environnment va Jean-Philippe BATTU

[PHP-DB] php mail and accentuated characters

2005-12-31 Thread Jean-Philippe BATTU
Hello I would like to send email from my php program. So I use the mail() function from php engine but I noticed that the accentuated characters were not well transmitted by php or the apache server (I use a linux box with FC4 and httpd server). In the phpinfo function, I saw the LANG

RE: [PHP-DB] php mail and accentuated characters

2005-12-31 Thread Bastien Koert
you need to define the appropriate characterset header that matches the langauge charset that you require Bastien From: Jean-Philippe BATTU [EMAIL PROTECTED] To: php-db@lists.php.net php-db@lists.php.net Subject: [PHP-DB] php mail and accentuated characters Date: Sat, 31 Dec 2005 18:02:27

Re: [PHP-DB] php mail and accentuated characters

2005-12-31 Thread Micah Stevens
Check the encoding for the web page itself. Sounds like the page is telling the client browser to encode differently than the server is encoding. -Micah On Saturday 31 December 2005 9:11 am, Jean-Philippe BATTU wrote: Hello I would like to send email from my php program. So I use the

Re: [PHP-DB] Encrypting DB content

2005-12-31 Thread Micah Stevens
Yes, Great suggestion. This is the way the UNIX passwd function works, and you'll notice no one has hacked that recently as opposed to the windows password function. hehe.. -Micah On Saturday 31 December 2005 8:39 am, Bastien Koert wrote: As an addition to this, I would suggest that you

[PHP-DB] Having problem accessing page while downloading from server.

2005-12-31 Thread just starting
Hi, I have set up apache http server version 2.0.53. I am having problem when I try to access some data via php while downloading some file. The download thing is done by calling a php script. And in the middle of downloading when I try to access some other php from the server it gives connection

SV: [PHP-DB] Having problem accessing page while downloading from server.

2005-12-31 Thread Mattias Segerdahl
Please include the code for debugging. -Ursprungligt meddelande- Från: just starting [mailto:[EMAIL PROTECTED] Skickat: den 31 december 2005 19:41 Till: php-db@lists.php.net Ämne: [PHP-DB] Having problem accessing page while downloading from server. Hi, I have set up apache http server