%@ LANGUAGE = "VBScript" %> <% verify username=valid_sql(Session("username")) 'get user details set rs=db.execute("select * from users where username='" & username & "'") if rs.eof then response.redirect("error.asp?msg=" & Server.URLEncode("Unable to locate the specified user!")) end if %>
|
|
administration control panel
Welcome to the Administration Control Panel. This facility has been created to allow easy maintainance of your online store.
To navigate, simply use the two menus above.
· Add Product - This allows the adding of a new product to the system. |