[PHP-DB] retreiving encrypted password

2005-11-15 Thread W Roothman
Dear all, When adding a new record to my db using '...password('password')...', it ads a ' * ' with the encrypted number when I work on Apache / MySQL, but not on IS. When trying to validate if the user has been registered, it does not validate and request the user to register even though

[PHP-DB] Remove MySQL Server

2005-10-20 Thread W Roothman
Dear All, Anyone knows how to remove the MySQL server from XP under 'Services'? No option to delete or uninstall. R's, Will

[PHP-DB] MySQL Connect using Dreamweaver

2005-10-12 Thread W Roothman
Dear All, I have installed MySQL 5 with PHP 4.3.3. When trying to connect to a database form the 'Database' tab in Dreamweaver, I now get the following error when trying to select a DB: '1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client'

[PHP-DB] NOT NULL - newbie

2005-10-05 Thread W Roothman
Dear All, When declaring values for an identifier with unsigned auto_increment, is it necessary to include NOT NULL? my_id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, or my_id INT NOT NULL UNSIGNED AUTO_INCREMENT PRIMARY KEY, Regards, Will

[PHP-DB] Sending mail through localhost

2004-09-17 Thread W Roothman
Dear All, Do I need to install a mail server, such as ArGoSoft Mail Server, on my computer (MS XP) in order to prevent this error when sending mail through a form (ref: N: Mail functions, PHP manual): Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for [EMAIL

[PHP-DB] Newby variable error

2004-09-15 Thread W Roothman
Wizards, I am VERY new to PHP, paging through Meloni's 'PHP Essentials' I get the following error which I assume is very simple to solve, but for me. I have tried different approaches in identifying the 'price' variable with no luck: error: Notice: Undefined variable: price in