Rabu, 25 Juli 2012

daftar pembelian

<html>
<head>
<title>TUGAS RPL</title>
</head>
<body bgcolor="red">
<center><h1><marquee>DISKON</marquee></h1></center>

<?php
$np="Abdi ";
$br="aqua ";
$tgl="12/07/2012";
$jbr=12;
$hrg=2500;

$hsl=$hrg*$jbr;
echo "Nama Pembeli: ".$np;
echo "Barang yg dibeli: ".$br;
echo "Tanggal: ".$tgl
echo "Jumlah: ".$jbr;
echo "Harga: ".$hrg;

Tidak ada komentar:

Posting Komentar