[PHP-DB] Re: need to select one cell from one row in one table...?

2004-03-14 Thread AJ Seelund
anyone? please? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] export queries to plain/text

2004-03-14 Thread Filip de Waard
On Mar 13, 2004, at 5:31 PM, Norma Ramirez - TECNOSOFT wrote: Hi all, does any one know how to export queries to plain/text files in postgresql? What do you want to do exactly? Export the results returned by PostgreSQL and in what format? You can write to a file with frwrite

[PHP-DB] Sending a hashed password on mysql_connect

2004-03-14 Thread Andre Matos
Hi, Is it possible to send a already hashed password on mysql_connect? Usually when I use mysql_connect (host, user, password), for example mysql_connect(myhostaddres, userabc, 12345), I use a text password. I tried to hash a password and then sent it but my connection failed. Is this

Re: [PHP-DB] Sending a hashed password on mysql_connect

2004-03-14 Thread Bruno Ferreira
Andre Matos wrote: Is it possible to send a already hashed password on mysql_connect? Usually when I use mysql_connect (host, user, password), for example mysql_connect(myhostaddres, userabc, 12345), I use a text password. I tried to hash a password and then sent it but my connection failed. Is

Re: [PHP-DB] BLOB

2004-03-14 Thread Ng Hwee Hwee
hi all.. thank you so much for your help! i tried out the all the different syntax and the following works perfectly SELECT * FROM `MEMBER` WHERE `PASSWD` = thanx, amanda! btw, i was trying to store the encryted password in the database but i do not want anyone who has the right to see the

Re: [PHP-DB] BLOB

2004-03-14 Thread Micah Stevens
Why would blob be any more secure than anything else? If encryption isn't enough, you're not using the right encryption. :) -Micah On Sunday 14 March 2004 05:18 pm, Ng Hwee Hwee wrote: hi all.. thank you so much for your help! i tried out the all the different syntax and the following