[PHP-WIN] Form & MySQL

2001-05-02 Thread fipo2001
Please, help me. I need to register the data that I collect with a simple form (FirstName, SecondName, Email) on a MySQL database. How I can do it ? .. and how I can to encrypt the access-password to the MySQL db in the php page ? I hope you can help me. Thx Paul -- PHP Windows Mailing List (ht

[PHP-WIN] file .htaccess

2001-04-18 Thread fipo2001
My site in on Unix server with PHP4. I need to insert in file .htaccess in the root this command for an include path: php_include_path/directory Why this command don't work ? I've an internal server error .. Bye I -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mai

[PHP-WIN] write into mysql DB

2001-04-17 Thread fipo2001
I need to write in mysql database from an e-mail form in php format. This is the table in my MySql db: CREATE TABLE contact ( cod int(11) NOT NULL auto_increment, Firstname varchar(50) NOT NULL, Lastname varchar(50) NOT NULL, Email varchar(50) NOT NULL, subject varchar(50) NOT NUL