close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

issue with checkbox on update

Thread began 9/14/2016 12:10 pm by Christopher West | Last modified 9/15/2016 12:13 pm by Christopher West | 644 views | 3 replies

Christopher WestCommunity Expert

issue with checkbox on update

Hi I just found an odd issue. I have an update page with some checkboxes, after some testing I found that some checkboxes were able to update in the database and some did not. This confused me as its the same syntax of code. After looking at my database, and another test I found that removing Default -> As defined: 1 this solved the issue.For example look at the screenshot before the fix. I don't understand this as I assumed the Default in phpMyAdmin was only in case there was NULL in the table field?

Here is the php code on my page to show its correct.

php:
$UpdateQuery->bindColumn("ProductNewArrival", "c", "".((isset($_POST["newarrival"]))?$_POST["newarrival"]:"")  ."", "WA_DEFAULT");



php:
<input <?php if (!(strcmp(($rsProduct->getColumnVal("ProductNewArrival")),1))) {echo "checked=\"checked\"";} ?> name="newarrival" type="checkbox">



I wanted to use the Default: as defined in phpMyAdmin so that I can ensure a value is set. What am I misunderstanding? because it seems that if Default: as defined is set to 0 in phpMyAdmin it works fine. but if I use a value of 1 it doesn't allow my php update page to update the database?

Chris

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...