RE: [PHP] insert not working

2005-05-05 Thread Mark Rees
-Original Message- From: Ross [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 10:16 To: php-general@lists.php.net Subject: [PHP] insert not working $query = "INSERT INTO sheet1 (title, fname, sname, job_title, organisation, street, postcode, city, telephone, mobile, fax, email

Re: [PHP] insert not working

2005-05-05 Thread bala chandar
Hi, On 5/5/05, Ross <[EMAIL PROTECTED]> wrote: > $query = "INSERT INTO sheet1 (title, fname, sname, job_title, organisation, > street, postcode, city, telephone, mobile, fax, email, web, add_info) VALUES > ('$title', '$fname', '$sname', '$job_title', '$organisation', '$street', > '$postcode', '$c

Re: [PHP] insert not working

2005-05-05 Thread Prathaban Mookiah
Did you check for proper permissions in the user and db tables in the user database? Prathap -- Original Message --- From: "Ross" <[EMAIL PROTECTED]> To: php-general@lists.php.net Sent: Thu, 5 May 2005 10:15:52 +0100 Subject: [PHP] insert not working > $q

Re: [PHP] insert not working

2005-05-05 Thread Marek Kilimajer
Ross wrote: $query = "INSERT INTO sheet1 (title, fname, sname, job_title, organisation, street, postcode, city, telephone, mobile, fax, email, web, add_info) VALUES ('$title', '$fname', '$sname', '$job_title', '$organisation', '$street', '$postcode', '$city', '$telephone', '$mobile', '$fax', '$

[PHP] insert not working

2005-05-05 Thread Ross
$query = "INSERT INTO sheet1 (title, fname, sname, job_title, organisation, street, postcode, city, telephone, mobile, fax, email, web, add_info) VALUES ('$title', '$fname', '$sname', '$job_title', '$organisation', '$street', '$postcode', '$city', '$telephone', '$mobile', '$fax', '$email', '$we