0% found this document useful (0 votes)
41 views3 pages

Format Laporan LATIHAN

This document contains instructions and code for a practical exercise on web programming basics in PHP, arrays and functions. It provides the name of the student, student ID, date of the practical exercise, and two code examples with explanations of the code segments.

Uploaded by

frederik12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views3 pages

Format Laporan LATIHAN

This document contains instructions and code for a practical exercise on web programming basics in PHP, arrays and functions. It provides the name of the student, student ID, date of the practical exercise, and two code examples with explanations of the code segments.

Uploaded by

frederik12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

LATIHAN PRAKTIKUM PEMROGRAMAN WEB

BAB : DASAR PHP, ARRAY DAN FUNGSI


NAMA : YEREMIA MUS MESAK NDAUMANU
NIM : 155150207111134
ASISTEN : ANDHIKA B. PUTRA
SHIBRON ARBY AZIZI
TGL PRAKTIKUM : 22 MARET 2017

LATIHAN 1
A. Soal

Tuliskan code dibawah ini, simpan dalam file Lat1_1.php !


1 <?php
2 $hello = "Hello World!";
3 $a_number = 4;
4 $anotherNumber = 8.9;
5 $bool = true;
6 ?>
Hapus notasi ( $ ), lalu jalankan kode di atas. Apa yang terjadi? Lalu simpulkan.

B. Screenshoot

Jika Ada

C. Syntax

1 <html>
2 <head>
3 <meta charset="utf-8">
4 <meta http-equiv="X-UA-Compatible"
5 content="IE=edge">
6 <title></title>
7 </head>
8 <body>
9 <div id="dash_video" style = 'height : 80% ;
10 width : 80% ;'></div>
11 <script src="http://bitmovin-
12 a.akamaihd.net/bitdash/latest/bitdash.min.js"
13 type="text/javascript"></script>
14 <script type="text/javascript">
15 var konfigurasi = {
16 key:
17 "69a6487f4721b0679064a579319940fb54e94e29c7926787a3711f
18 fbb11246b2",
19 source:{
20 dash: "https://eu-storage-
21 bitcodin.storage.googleapis.com/bitStorage/8565_7034e6d
22 4072b85f13c2404e60586d35a/162002_bf74e880e58e1a8e81c9fc
23 bced65f304/mpds/162002.mpd"
24 }
25 };
26 var video = bitdash('dash_video');
27 video.setup(konfigurasi);
28 </script>
29 </body>
30 </html>

D. Penjelasan
Penjelasan dari poin C menjelaskan alur progeam dan bagian-bagian dari code program
(per modul/method)

LATIHAN 2
A. Soal

B. Screenshoot

Jika Ada

C. Syntax

1 <html>
2 <head>
3 <meta charset="utf-8">
4 <meta http-equiv="X-UA-Compatible"
5 content="IE=edge">
6 <title></title>
7 </head>
8 <body>
9 <div id="dash_video" style = 'height : 80% ;
10 width : 80% ;'></div>
11 <script src="http://bitmovin-
12 a.akamaihd.net/bitdash/latest/bitdash.min.js"
13 type="text/javascript"></script>
14 <script type="text/javascript">
15 var konfigurasi = {
16 key:
17 "69a6487f4721b0679064a579319940fb54e94e29c7926787a3711f
18 fbb11246b2",
19 source:{
20 dash: "https://eu-storage-
21 bitcodin.storage.googleapis.com/bitStorage/8565_7034e6d
22 4072b85f13c2404e60586d35a/162002_bf74e880e58e1a8e81c9fc
23 bced65f304/mpds/162002.mpd"
24 }
25 };
26 var video = bitdash('dash_video');
27 video.setup(konfigurasi);
28 </script>
29 </body>
30 </html>
D. Penjelasan
Penjelasan dari poin C menjelaskan alur progeam dan bagian-bagian dari code program
(per modul/method)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy