Sunday, June 9, 2013

Pendidikan di Indonesia

Pendidikan adalah usaha sadar dan terencana untuk mewujudkan suasana belajar dan proses pembelajaran agar peserta didik secara aktif mengembangkan potensi dirinya untuk memiliki kekuatan spiritual keagamaan, pengendalian diri, kepribadian, kecerdasan, akhlak mulia, serta keterampilan yang diperlukan dirinya dan masyarakat. Pendidikan merupakan hak dan kewajiban setiap manusia diseluruh dunia. Setiap negara memiliki sistim pendidikan yang berbeda-beda. Selain itu pendidikan merupakan salah satu dari kunci kemajuan sebuah negara. Lihat saja negara-negara maju saat ini, keberhasilan itu tidak lepas dari sistem pendidikan yang sudah dirancang dengan baik dan akan terus ditingkatkan lagi.

Tuesday, November 27, 2012

Input Data in Database with Form Part 2

Continuation of Input Data in Database with Form Part 1...

Input Data to Database with Form

Follow steps below to make form for input data into database. Let's follow steps.

1. Write script below use your text editor to make file connection to connect to localhost and select database and then save with name connect.php.

Input Data in Database with Form Part 1

This time we will discuss about input data in database with form. Before that we have to know what database, Database is a place to store the data entered. In here we will use MySQL as Database management system (DBMS). Usually MySQL is included in the package xampp. To run MySQL in xampp we just need to click the start button on the control panel mysql, until the status is running, Let's see picture below.

Sunday, November 25, 2012

Form Upload Image

Now we will make from to upload image. You must have often upload your pictures to social network or to other website. Here we will learn make form for upload image. Let's follow steps below.


The first write script below at your text editor. And then save with name form_upload.php. Let's see script below.

Make Form Part 2

Continuation of Make Form Part1...


Make file to catch data from Form at file form_biodata.php, The first write script below in your text editor and save with name process_form.php, this name must be same with action of from at file form_biodata. Let's see script below.

Friday, November 23, 2012

Make Form Part 1

At this time Let's we make simple form. At my pervious article that is PHP and Form HTML, i have discussed about Form, and now we trying to make a simple form and i will give explanation of script below. Let's follow the steps below.


Thursday, November 22, 2012

PHP and Form HTML Part 3

Continuation of PHP and Form HTML Part 2....


Elements of Form HTML

Tehre are 11 elements, they are:
1. Text Fields
2. Password Fields
3. Hidden Input Element
4. Check Box
5. Radio Button
6. Push Button
7. Submit Button
8. Image Submit Button
9. Text Area
10. Reset Button
11. Select