Minggu, 29 April 2012

Understanding PHP


php is server-side scripting language, is called the server-side scripting?
Answer: The web server technology in which the user's request is verified by running the script directly on a web server to generate dynamic web pages
Mentioned 5 database that supports php?
Answer:

1) MySQL
2) Microsoft SQL Server
3) mSQL
4) Sybase
5) dBase

write down three ways to write a php script.

Answer: 1. <? php
PHP script
?>
2. <?
PHP script
?>
3. <script language = "php">
     Your PHP Script
    </ script>
4. <%
Your PHP Script
     %>

whether the use of the variable in php?
Answer: use a variable in php is to store the data whose value can change during program run.
what is constant in php?
Answer: A constant is a variable whose value is fixed. Constants only rated at the beginning of the program and
value is not changed during the program run.
Mentioned three types of data in php?
Answer: 1.integer
  2.floating point
  3.string
Mentioned three values ​​(values​​) that can be stored in a php variable.
Answer: $ variable
   $ _pilih
   $ Ti02
Write down the results of this script.
<? php
$ txt1 = "good learning";
$ txt2 = "php";
echo $ txt1. "". $ txt2;
?>
The value of what can be saved by a string variable?
Answer: The variable string is used for values ​​that contain characters.
What is the difference operator = and ==?
Answer: The operator = is the operator which is often used in the script and have a sense of the Assignment / charging nilai.sedangkan operator == operator will compare is TRUE or FALSE and has the same me

Moga Helpful,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Sabtu, 28 April 2012

How to Find Wide Wake Using VB



 1. Desain From


 
2. Creating a Property
 
 
Object
Property
Nilai
From1
Caption
Luas Bangun
Label1
Caption
Mencari Luas Bangun
ComboBox1
Caption
Jajar Genjang
ComboBox2
Caption
Segitiga
ComboBox3
Caption
Persegi Panjang
Frame1
Caption
Jajar Genjang
Label2
Caption
Jajar Genjang
Label3
Caption
Alas
Label4
Caption
Tinggi
Label11
Caption
Luas
Text1
Text
Kosongkan
Text2
Text
Kosongkan
Text7
Text
Kosongkan
CommandButton1
Caption
Hitung
CommandButton1
Caption
Keluar
Frame2
Caption
Segitiga
Label5
Caption
Luas Segitiga
Label6
Caption
Alas
Label7
Caption
Tinggi
Label12
Caption
Luas
Text3
Text
Kosongkan
Text4
Text
Kosongkan
Text8
Text
Kosongkan
CommandButton3
Caption
Hitung
CommandButton4
Caption
Keluar
Frame2
Caption
Persegi Panjang
Label8
Caption
Persegi Panjang
Label9
Caption
Alas
Label10
Caption
Tinggi
Label13
Caption
Luas
Text5
Text
Kosongkan
Text6
Text
Kosongkan
Text9
Text
Kosongkan
CommandButton8
Caption
Hitung
CommandButton9
Caption
Keluar
CommandButton5
Caption
Hitung
CommandButton7
Caption
Keluar

 
3. writing Program









 
4. Output process




Good luck yaaaaaaaaaaaaaaa,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,