5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
<%
|
|
Request("INSERT INTO boxes.xml(BoxId, BoxPeremption, BoxName, BoxStatus) VALUES(NULL, '$peremption', '$name', $status)");
|
|
Redirect("box.xhs?id=$lastid");
|
|
%>
|