J
|
Jane 2/11/2008 |
Hi, ... $strSQLSave = "INSERT INTO `airhypen_cats`.user_cal_items (`user_access_id`, `status`, `department`,`employee_no`, `username_lu`, `category_lu`,`item_lu`, `interval_months_lu` ) values (".$keys["id"].",'".$values["status"]."','".$values["depart"]."','".$values["employee_no"]."','".$values["user_name"]."','".$category."','".$item."','".$interval."')"; db_exec($strSQLSave,$conn); ... |
|
Allenh author 2/11/2008 |
actually that part was working (I think I cant test it until I get this working) |
J
|
Jane 2/12/2008 |
Hi, |
|
Allenh author 2/12/2008 |
I figured out how to do it. Here is the code: |