T
|
tototoo 1/7/2008 |
I think you need a couple sets of curly braces in that If statement. Without them, the Else condition is always being executed. |
J
|
Jane 1/9/2008 |
Hi, // Issue - $value=""; $value = ProcessLargeText(GetData($data,"Issue", ""),"field=Issue".$keylink,"",MODE_LIST); global $conn; $strSQLExists = "select * from allissues where ordernumber =$value"; $rsExists = db_query($strSQLExists,$conn); if($data1=db_fetch_array($rsExists)) $row[$col."Issue_value"]="Yes"; else $row[$col."Issue_value"]="No"; |
F
|
funkfish author 1/9/2008 |
Hi there, Hi, try to use this code: |
J
|
Jane 1/11/2008 |
Hi, |