Belajar Menjadi Developer Web

  • Uploaded by: Iqbal
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Belajar Menjadi Developer Web as PDF for free.

More details

  • Words: 215
  • Pages: 11
Belajar Menjadi Developer Web Hal Awal yang Harus di Pahami?

INI AWAL!!

Mulai dari mana?

Kerja Server Web Sisi Seorang Programmer

sekarang Bagaimana HTML dan PHP menjadikan website dinamis? Menghubungkan PHP dan MySQL?

HTML 1 <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> LatihanMIT

Tes Lempar Variable menggunakan GET dan POS

Post form

text:

GET form

text:


FORM? POST? GET?



Bagaiman menangkapnya?

<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> Latihan saja

nangkep saja



MYSQL & PHP $koneksi=mysql_connect("localhost","root","") or die ("gagal euy"); mysql_select_db("databuoy",$koneksi); $kueri=mysql_query('select * from data limit 0,30'); $row=mysql_fetch_array($kueri)

Contoh

"; mysql_select_db("databuoy",$koneksi); $kueri=mysql_query('select * from data limit 0,30'); ?>
Nomor Tanggal/Jam ID BUOY SUHU (Celcius) ARAH ANGIN (Derajat) KEC ANGIN (m/s)


selanjutnya?

Related Documents


More Documents from ""