My query is:
$query = "INSERT INTO web_user (external_mail_contact, contact_name, domain, ftp_host, username, password, name_serv, serv_name, upload_dir, start_page, cont_url, cont_user, cont_pass, mail_url, mail_serv, web_stats, Email, comments) VALUES('$_POST[external_mail_contact]', '$_POST[domain]', '$_POST[ftp_host]', '$_POST[username]', '$_POST[password]', '$name_serv', '$_POST[serv_name]', '$_POST[upload_dir]', '$_POST[start_page]', '$_POST[cont_url]', '$_POST[cont_user]', '$_POST[cont_pass]','$_POST[mail_url]', '$_POST[mail_serv]', '$_POST[web_stats]', '$Email', '$comments')";
So I missed "contact_name"
as a value!
Thanks for this, I'd never actually seen this error before!
Monday mornings are hard to get into gear, time to hit a starbucks triple shot!
edit: its a ****ing monster sorry!