RE: [PHP] Unknown Table i field list

2010-10-12 Thread Tommy Pham
-Original Message- From: Kranthi Krishna [mailto:kranthi...@gmail.com] Sent: Monday, October 11, 2010 5:40 PM To: Gary Cc: php-general@lists.php.net Subject: Re: [PHP] Unknown Table i field list echo $query; before $result = mysqli_query($dbc, $query); might be of help

Re: [PHP] Unknown Table i field list

2010-10-11 Thread Ashley Sheridan
On Mon, 2010-10-11 at 15:46 -0400, Gary wrote: I used, and have always used phpmyadmin to create the tables. As I say, it is not the first time doing this, but I believe it is the first time getting the error. To Alexander, yes I had, ,in fact I simply C/p the script from anohter

Re: [PHP] Unknown Table i field list

2010-10-11 Thread sueandant
:09 PM Subject: [PHP] Unknown Table i field list I am getting an error of unkown talbe formcom in field list. I dont understand this. I have a talbe called formcom in the database, in fact I created this talbe to replace the first one named comments just in case the table name comments

Re: [PHP] Unknown Table i field list

2010-10-11 Thread a...@ashleysheridan.co.uk
://www.ashleysheridan.co.uk - Reply message - From: sueandant hollandsath...@tiscali.co.uk Date: Mon, Oct 11, 2010 22:26 Subject: [PHP] Unknown Table i field list To: Gary gp...@paulgdesigns.com Cc: PHP php-general@lists.php.net Have you tried : $query = INSERT INTO formcom(fname, lname

Re: [PHP] Unknown Table i field list

2010-10-11 Thread Gary
- Original Message - From: Gary gp...@paulgdesigns.com To: php-general@lists.php.net Sent: Monday, October 11, 2010 8:09 PM Subject: [PHP] Unknown Table i field list I am getting an error of unkown talbe formcom in field list. I dont understand this. I have a talbe called formcom

Re: [PHP] Unknown Table i field list

2010-10-11 Thread Gary
...@paulgdesigns.com To: php-general@lists.php.net Sent: Monday, October 11, 2010 8:09 PM Subject: [PHP] Unknown Table i field list I am getting an error of unkown talbe formcom in field list. I dont understand this. I have a talbe called formcom in the database, in fact I created this talbe

Re: [PHP] Unknown Table i field list

2010-10-11 Thread Kranthi Krishna
echo $query; before $result = mysqli_query($dbc, $query); might be of help to understand what is going wrong copy that query and execute in phpMyAdmin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php