close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

How do I update a column that has the same ID as one of the form fields?

Thread began 3/06/2020 8:12 am by Jonas | Last modified 3/10/2020 3:45 pm by Jonas | 1204 views | 21 replies

Jonas

Late update:
I've tried to write + in the binding panel as you said, but it doesn't help. It still only inserts the value from the column, and does not add it.
Here is the updated code:
$UpdateQuery->bindColumn("ProvningPlatserBokade", "i", "+".($WADABokning_update->getColumnVal("BokningAntal")) ."", "WA_DEFAULT");

Earlier:
The idea is that admin should be able to see how many places are booked for the specific activity. Each time a booking is made, the number of seats is added to the column associated with that activity.

The number 4 was just an example. Actually, it's a number that comes from another column in another table. So different from time to time. Here is the code from update server behavior:
<?php
if (isset($_POST["Update"]) || isset($_POST["Update_x"])) {
$UpdateQuery = new WA_MySQLi_Query($AboutBeer);
$UpdateQuery->Action = "update";
$UpdateQuery->Table = "Provning";
$UpdateQuery->bindColumn("ProvningPlatserBokade", "i", "".($WADABokning_update->getColumnVal("BokningAntal")) ."", "WA_DEFAULT");
$UpdateQuery->addFilter("ProvningID", "=", "i", "".($WADABokning_update->getColumnVal("ProvningID")) ."");
$UpdateQuery->execute();
$UpdateGoTo = "";
if (function_exists("rel2abs")) $UpdateGoTo = $UpdateGoTo?rel2abs($UpdateGoTo,dirname(__FILE__)):"";
$UpdateQuery->redirect($UpdateGoTo);
}
?>

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