PHP#1

Minggu, 01 Desember 2013
Hello visitors. Now, we will learn about PHP. That is Programming Language. If you want to know more about PHP. You can find here http://en.wikipedia.org/wiki/PHP or if you want to know more http://www.w3schools.com/php/ or here is the website http://php.net/.
This time, we will make our BIODATA with PHP.
Follow the steps.

First, you must have XAMPP Local Server, Adobe Dreamweaver, PHPDesigner8, and Netbeans. But in the future, you will often use Adobe Dreamweaver.

XAMPP => www.apachefriends.org/en/xampp-windows.html
Adobe Dreamweaver => www.adobe.com/products/dreamweaver.html
Netbeans => https://netbeans.org/downloads/
PHPDesigner8 => www.mpsoftware.dk/phpdesigner.php

Ok, NEXT :

 1. Run XAMPP Control Panel. Like this












2. Make a folder on our XAMPP Directory exactly on htdocs folder Example(E:/xampp/htdocs) give the name what ever you want. Like PracticePHP or PraktikumPHP, what ever.










3. Make a file with .php extension. Example (praktikumphp.php).
4. Then open with Adobe Dreamweaver.
5. After that, make a new site on Dreamweaver










6. Give the name, PraktikumPHP and browse your local site folder in your XAMPP directory before.
7. Then, setting the server like this.













8. After that, fill your blank page with Code. like this.
 <br />
  <B> DATA DIRI </B>  <br />
  <br />
<p style="margin:5px 6px 7px 70px">
  <table width="446" border="0">
  <tr>
     <td width="141">Full Name</td>
     <td width="10">:</td>
     <td width="281">Ahmad Dicky Setiawan</td>
    </tr>
    <tr>
     <td> Call Name</td>      
     <td width="10">:</td>
     <td>Dicky</td>     </tr>
    <tr>
     <td> Place, Date Born</td>      
     <td width="10">:</td>
     <td>Banyuwangi, 21 Maret 1997</td></tr>
    <tr>
     <td> Junior High School</td>      
     <td width="10">:</td>
     <td>SMPN 1 Srono</td>       
     </tr>
    <tr>
     <td> Address</td>      
     <td width="10">:</td>
     <td>Perum Puri Gading Mas Permai D8 Block</td></tr>
    <tr>
     <td> High and Weight</td>      
     <td width="10">:</td>
     <td>174/52</td></tr>
    <tr>
     <td> Dream</td>      
     <td width="10">:</td>
     <td>Successpreneure</td>                
</tr>
    <tr>
     <td>Religion</td>      
     <td width="10">:</td>
     <td>Moslem</td></tr>
    <tr>
     <td> Hobby</td>      
     <td width="10">:</td>
     <td>Gaming and Coding</td>      
     </tr>
     </table>
     </p>    
9. Result

Copyright @ 2013 Dicky Seth .

About Metro

Follow us on Facebook