Kamis, 09 Oktober 2014

perbedaan while and do-while

diffrence while and do-while in php
while is repeat a process unknown amount. Checking of the condition will be done first.
if the condition is till true , then looping value will continue.
and
do-while is repeat process unknown amount. intruction be executed first, then do some

checking when condition are still of value to true then looping will continue

switch-case kalkulator

this script is switch-case in calculator
in this script i used 2 holding variable and then
use the button as arithmetic,
input the number and then process to get the result
for more information see script below and thanks to visiting

switch-case_angka

 this code program is determine number 0-3 and 4-7,
and then if you input number over 7
It will come out the info that the inputted number was outside


pengertian variabel

okay..
this oportunity i will share understanding of variable in php
variable is program code is that use to hold temporary values and then
we can input to database and display back.
so that is the point.

thank you to visiting.

php_rumus tabung

this is script php to determine tabung
the input is heigh and diameter of tabung, then
result is volume, selimut alas, luas tutup,luas tabung, luas alas.
click more to see the script.
thaks for visiting

switch-case_convert

i will share how to convert number into a string using switch-case
for more information please click more and thank you for visiting

Rabu, 08 Oktober 2014

Switch-case rasa buah

this opportunity i will share to  determines the taste of fruits using
switch-case ,
here i will input the name of fruit and the result is flavor of the fruits