Categories
Tags → Using Php

WhoIs PHP Script

Look up a domain name's owner using this Whois lookup php script utility. With a Whois search you can check domain registration information, find out who owns a website and look up where domain names are hosted. Script contains most if not all TLD's....
DETAILS

Random image script

Use this script to show a random image from a folder of your choice. Works with any file type so it can be used as a random file download script as well. Supports filtering files by extension, modifying settings on-the-fly using query string and can ...
DETAILS

URL Fetch - Extract Title, Description, and Keywords from URL

This PHP script extracts Title, Description, and Keywords from specified URL. It is using Client URL (curl) library to retrieve the web page and DOMDocument class to traverse HTML.
DETAILS

Creating a CAPTCHA in PHP with GD

A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a system designed to test if input is originating from a human or a computer. This tutorial will explain how to make your own CAPTCHA using PHP and the bundled ...
DETAILS

Simple PHP Page Template System

A common use for PHP is managing page templates. This makes is much easier to make changes to the layout on several pages by just editing one file. In this tutorial, I will explain some simple methods for managing templates in PHP. One involves using...
DETAILS

Page:
©2019 A--9.com