TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 11-16-2011, 01:33 PM   #1 (permalink)
The Visitor
Newcomer 
 
Join Date: Nov 2011
Posts: 1
Thanks: 0
capricorn is on a distinguished road
Default Help with Form submission

Hi all,

Can you please assist me with this issue I'm having - Error registering new patient: Unknown column 'dob' in 'field list'(the error message I'm getting once I have clicked submit on my form) and this is my INSERT TO statement - $sql = "INSERT INTO patient_information(surname, firstname, middlename, sex, dob, age, address, address2, address3, parish, nationality, maritalstatus, telephone, cellphone, occupation, nextofkin) VALUES ('$Surname', '$Firstname', '$Middlename',
'$Sex','$Date_of_Birth', '$Age', '$Address_line1', '$Address_line2', '$Address_line3', '$Parish', '$Nationality', '.$Marital_Status', '$Tel_No', '$Cell_No', '$Occupation', '$Next_of_Kin')";

if (@mysql_query($sql)) {
echo('<p> New patient registered</p>');
}else{
echo('<p>Error registering new patient: ' .mysql_error() . '</p>');
}.

Help needed urgently please.

Capricorn
capricorn is offline  
Reply With Quote
Old 11-16-2011, 02:50 PM   #2 (permalink)
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

I am assuming you made sure that all those fields exist in the table. The other thing I would do is to take of the @ from the line that has the mysql query so that it would show more details on the error. And maybe info on the fields would let us know what the table has. Something like:
SQL Code:
SHOW COLUMNS FROM patient_information;
tony is offline  
Reply With Quote
Old 11-16-2011, 10:08 PM   #3 (permalink)
The Visitor
 
Join Date: Nov 2011
Posts: 2
Thanks: 0
RokD is on a distinguished road
Default

Quote:
Unknown column 'dob' in 'field list
Just check the field names again ;)
RokD is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Beginner Guide #1 Hershey Absolute Beginners 1 11-07-2011 10:42 PM
PHP form submission Farmer Absolute Beginners 1 03-06-2009 02:26 PM
Form to submit to another form patmagpantay General 8 07-21-2008 07:42 AM
Submission form issues Ogden2k Absolute Beginners 5 06-01-2005 11:55 PM
Form Processing William Tips & Tricks 8 04-17-2005 03:24 PM


All times are GMT. The time now is 11:12 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design