Tutorial php membuat aplikasi sederhana yaitu mengubah nilai uang (dollar) menjadi sebuah kalimat terbilang, misalnya dari suatu inputan bernilai angka 5000 maka setelah dikonversi menjadi sebuah kalimat “five thousand dollars”. bagaimana cara membuatnya?
Langkah 1. Membuat Form untuk memasukkan nilai yang akan dikonversi
<html><body>
<form name="konversi" action="konversi.php" method="post">
Nominal : <input type="text" name="nominal" maxlength="16"><input type="submit" value="konversi">
</form>
</body></html>
Read the rest of this entry »
I want to write something that I ever made in the field of computer networks. I use this title as my diploma exam. online network monitoring applications based on SNMP and php Poltek of Malang network.
against the background facts first about why college students are more likely to prefer programming or multimedia, compared with the network. is the only title in the field of computer networks, because it is not easy when you think about this for title field propagators, because it takes a deep understanding of the network. Read the rest of this entry »
Name: Andre Ans
Subject: mohon bantuannya
gini Pak malam ini saya mencoba mau bikin script php untuk skala penilaian
misalnya gini :
No. Unsur yg dinilai Angka sebutan
1 kerjasama 76 baik
yg ingin saya tanyakan gimana script untuk memunculkan kategori baik apabila
kita input nilai angka 76 Read the rest of this entry »