neworder( if(isset($_POST['submit'])) { $rcpno = trim($_POST['rcp']); } ?> Verify Receipt

Verifying Receipt No


prepare("select * from receipts where receipt_no =:rc") ; $getr->bindparam(":rc",$rcpno) ; $getr->execute() ; if($getr->rowcount() > 0) { while($row = $getr->fetch(pdo::FETCH_ASSOC)) { ?>
RECEIPT NO DATE ON RCPT NAMES AMOUNT