Mengambil informasi dari Web- Client berupa:
- Server Variables
- Informasi dari pemakai melalui formulir (form)
- Dan lainnya, antara lain Cookies
Server Variables
Server Variables adalah koreksi dari banyak variable yang disebut “Environment Variable”,. Variable ini dapat dimanfaatkan oleh program sebagai sumber informasi yang diberikan oleh server.
Variable tersebut dapat diambil nilainya dengan fungsi sebagai berikut :
request.server.variable(“Nama_Variable”)
Beberapa nama variable penting yang didefenisikan adalah:
- REMOTE_ADDR Nomor IP dari host
- REMOTE_HOST Nama Host atau alias, sesuai dengan info dari DNS
- REQUEST_METHOD Metoda yang digunakan ASP-Script untuk mengontrol parameter. Nilai parameter antara lain HEAD, POST, GET atau PUT.
- SCRIPT_NAME Nama absolut dari script/program yang di gunakan
- SERVER_PORT Nomor port yang di gunakan , default adalah 80.
- SERVER_PROTOCOL Versi dari protocol yang di gunakan, misalnya IIS< Apache atau lainya
- AUTH_TYPE Tipe dari metoda otentikasi yang digunakan, berhubungan dengan security Web
- CONTENT_LENGTH Jumlah bytes yang di dapat dari input (melalui SUBMIT)
- CONTENT_TYPE Tipe dari isi, misalnya text, MIME
- PATH_INFO Info yangdi gunakan untuk menjalankan frogram ASP.
- PATH_TRANSLATED Translasi dari virtual direktori ke actual/physical directori
Contoh program:
<%= “REMOTE _ ADDR =”& Request.Server Variable(“REMOTE_ADDR”) %> <%= “Path Info = “& Request.Server Variables(“PATH_INFO”) %> <%= “Nama Program = “& Request.Server Variables(“SCRIPT_NAME”) %>
Receive the most preferred membership wordpress plugin available today, you'll discover both free and exceptional plugins here. We have actually checked the whole web, examined hundreds of suggested Wordpress plugins and picked the best.
Locate technology science news the most recent innovation updates, consisting of brand-new item launches, revenues figures and technician sector performance information. Read guides on brand-new gizmos and prototypes for future technology.
seo tools people should and must not be doing on your Web pages to make them place higher in online search engine. In a frequently changing Search Engine Optimization landscape, it is important to remain current about the altering practices and strategies of optimization.
Here is a listing of software wordpress bulk manage in a central place. There are WordPress dash panels, along with multisite devices to handle domains, motifs, projects, and more. features one-click access, tracking, data backup, deployment, publishing, and safety components. Testimonial which of your websites have themes and plugins that need attention. Along with one click, update all your plugins, motifs or center WordPress software.

Recent Comments