close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Data Assist writting '0' to db

Thread began 7/14/2011 11:00 am by Jon Cunningham | Last modified 7/14/2011 2:48 pm by Jason Byrnes | 1223 views | 3 replies |

Jon CunninghamBeta Tester

Data Assist writting '0' to db

Hi Guys,

I have an odd issue on my insert page.

Pre info:

--
-- Table structure for table `fuel`
--

CREATE TABLE IF NOT EXISTS `fuel` (
`FuelID` int(11) NOT NULL AUTO_INCREMENT,
`FuelName` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`FuelID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `fuel`
--

INSERT INTO `fuel` (`FuelID`, `FuelName`) VALUES
(1, 'Petrol'),
(2, 'Diesel');

The above is my fuel table.

The issue that i am having is that on my insert page i have a menu for fuel with two choices, diesel or petrol.

On insert it doesnt matter which you choose, '0' gets wriiten to the database.

Could someone shed some light on this.

i have attached my insert page just in case its requested.

Kind regards

Jonathon

Attached Files
vehicle_Insert (2).zip
Sign in to reply to this post

Jason ByrnesWebAssist

in the fuel select list,:
<select name="VehicleFuel" id="VehicleFuel">
<option value="">Please Choose</option>
<?php
do {
?>
<option value="<?php echo $row_WADADynListfuel['FuelName']?>"><?php echo $row_WADADynListfuel['FuelName']?></option>

you have set the value to use the fuel name, not the fuel ID

Sign in to reply to this post

Jon CunninghamBeta Tester

Thanks Jason,

Got it sorted

Jonathon

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...