Update record
I have an Update behavior with some If statements in it and it is not working.
Could you take a look at it?
The relevant code is between lines 30 and 72.
I have an Update behavior with some If statements in it and it is not working.
Could you take a look at it?
The relevant code is between lines 30 and 72.
I'd have to do screen sharing and debug this in context. I'd start by adding this below line 38:
<?php
echo("batch date:". $rsDecisions->getColumnVal("batch_date") . "<br>");
echo("batch date 2:". $rsDecisions->getColumnVal("batch_date2"). "<br>");
echo("ebird date:". $rsDecisions->getColumnVal("ebird_batch_date"). "<br>");
echo("session batch date:". $rsDecisions->getColumnVal("batch_date") . "<br>");
echo("session which:". $_SESSION['batch_date']. "<br>");
echo("ebird date:". $_SESSION["which_batch"]. "<br>");
die();
?>
That will tell you the values of the variables you are using and trying to set to make sure they have the values you expect.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
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.