D
|
dmcconnell author 1/8/2008 |
Anyone have any ideas? |
J
|
Jane 1/9/2008 |
Hi, |
D
|
dmcconnell author 1/9/2008 |
Thanks Jane, |
J
|
Jane 1/9/2008 |
Hi, global $conn,$strTableName; $str = "select title_id from Products where license_no='".$_SESSION[$strTableName."_masterkey1"]."'"; $rs = db_query($str,$conn); if ($data = db_fetch_array($rs)) $strWhereClause = whereAdd($strWhereClause," title_id='".$data["title_id"]."'") |
D
|
dmcconnell author 1/9/2008 |
Okay, I added that and now I'm getting an error: |
J
|
Jane 1/11/2008 |
David, global $conn,$strTableName; $str = "select title_id from Products where license_no='".$_SESSION[$strTableName."_masterkey1"]."'"; $rs = db_query($str,$conn); if ($data = db_fetch_array($rs)) $strWhereClause = whereAdd($strWhereClause," title_id='".$data["title_id"]."'");
$useAJAX = false; |