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