Add to Tech Manual
Item:
Category:
Data:
Annotation:
"); } if ($mode=='add') { if (empty($item)) { print ("

ERROR

That wasn't helpful, try again

RETURN"); exit; } mysql_query("insert into lcars ( item, cat, data, annote ) values ( '$item', '$cat', '$data', '$annote')"); } if ($mode=='update') { if (empty($item)) { print ("

ERROR

That wasn't helpful, try again<6/H3> RETURN"); exit; } mysql_query("update lcars set item='$item', cat='$cat', data='$data', annote='$annote' where indx='$indx'"); print ("UPDATE COMPLETED"); } if ($mode=='edit') { $results=mysql_query("Select * from lcars where indx=$indx"); $row=mysql_fetch_object($results); print ("EDIT data for - $row->item
indx>
Item:
Category:
Data:
Annote:


"); } if ($mode == 'delete') { print ("





Confirm Delete
YES [BACK]"); } ?>