Javascript HTML: Generating HTML and Embedding Javascript in HTML
This page covers the following topics: Embedding Javascript in HTML Embedding Javascript Directly in HTML: A Button Click Example Generating HTML With Javascript Embedding HTML in Javascript Embedding Javascript in HTML The way that’s most often used to store javascript … Continue reading
PHP Get URL: Download HTML Pages or Get the Page URL in PHP
This article contains information on two things: How to get your script’s URL in PHP How to download and save an HTML file in PHP 1. Get Your Script’s URL in PHP Getting the URL of your own PHP script … Continue reading
PHP Get and Post: Getting URL Parameters and Form Data in PHP
There are two ways to submit data directly to a CGI program: GET and POST. GET data consists of parameters specified in the URL. HTML forms submit data like this when the “get” method is specified in the form. POST … Continue reading
Perl Wget — Retrieving HTML Pages In Perl
Wget is a command-line program that allows you to retrieve files via HTTP or FTP from a UNIX prompt. People who are familiar with UNIX or Linux often wonder how to use wget in Perl. The simple answer is — … Continue reading