Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/pcstore/backupxxxxxxx/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/pcstore/backupxxxxxxx/entry_stock_parts.php

<?php

$tbl = $parts_receipt;
echo "<b>Parts Entry</b><br>";

require "entry_parts.php";

$myitem = new item($rid,$tbl,$conf);
$myitem->get_data_from_form();
switch ($_REQUEST["submit"]){
case "SAVE":
  $myitem->insert_update_table();
  break;
case "DELETE":
  $myitem->delete_from_table();
  break;
}
$myitem->show_form();

?>