J
|
Jane 8/28/2008 |
Hi, |
G
|
gr8hands author 8/28/2008 |
Hi, $_REQUEST["editid1"] is empty on the list page. Please clarify what you want to achieve with this event.
|
G
|
gr8hands author 8/28/2008 |
Nope, I tried that, and got the same SQL error. |
G
|
gr8hands author 8/28/2008 |
Interesting that I have a substantial WHERE clause in my SQL query, but when I echo the $strWhereClause it comes out blank. I've tried displaying it several ways $_SESSION[$strTableName."_where"] or $where, but it still comes out as no WHERE clause. |
J
|
Jane 8/29/2008 |
Hi, if ($data["Caller"]=="OPEN") { $_SESSION["Original"] = "OPEN"; $str2 = "UPDATE `Cue Data` SET Caller = '".$_SESSION["UserID"]."' WHERE Church_ID=".$data["Church_ID"]; db_exec($str2,$conn); } else { $_SESSION["Original"] = $_SESSION["UserID"]; } |
G
|
gr8hands author 8/29/2008 |
Jane -- thank you so much! That worked perfectly! |