Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/irp/irp/pcstore/
Upload File :
Current File : /var/www/html/mmishra/irp/irp/pcstore/todays_entry.php

<?php
include "page_header.inc";

echo "<b>Today's Entry</b>";
$sql = "select description, model_make, unit_price, receive_date, warranty_date, stock_quantity as stock_qty, issued_quantity as issued_qty, scrap_quantity as scrap_qty, remark from item_master where receive_date = curdate()";
echo table_data($sql, $link_id, 0);

include "page_footer.inc";
?>