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 NULL, Memo text NOT NULL, PRIMARY KEY (cod), ); Could you tell me the PHP code for to write into it from my action-form PHP file ? Thanks a lot Jon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]