Categories
Tags → How To Php

IP2Location IP-ISP Database

This PHP script shows how to lookup ISP && country origin by using visitor''s IP address. This example required an external ACCESS database for lookup purpose.
DETAILS

IP2Location IP-Country Database

This PHP script shows how to lookup country origin by using visitor''s IP address. This example required an external ACCESS database for lookup purpose.
DETAILS

Batch creation of thumbnails with PHP and gd

This article explains how you use PHP and the gd image library to generate preview pictures (thumbnails) from big images. For single images and whole folders. It explains the logic of the resizing algorithm and introduces some custom functions to use.
DETAILS

Develop rock-solid code in PHP: Use variables effectively

The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by construct...
DETAILS

Heathco Search Engine

Heathco Search Engine (HSE) is a richly-featured PHP search engine that uses MySQL as the database backend. This small, but extremely powerful search engine is ideal for almost any web site. From smaller web sites to larger corporate sites, HSE does...
DETAILS

Uploading a file in PHP

This article shows how to upload files in PHP. Uploading files in PHP is very easy. You don''t have to use any components as you do in ASP. All the file handling is done by built-in PHP functions.
DETAILS

Make Your PHP Code Portable

There''s a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run.
DETAILS

Automate Your PHP Site Using CRON

Learn how to execute your PHP scripts using CRON by set time intervals that you choose. Very valuable for running routine tasks that were written into a PHP Script.
DETAILS

Random Quote Display

The Random Quote Display allows you to easily add, create, and modify quotes directly through a password protected administration area. You can include the script on to your page via PHP itself, an IFRAME or server-side includes (SSI). A random quote...
DETAILS

User-aware PHP scripts

Learn how to build user-aware PHP scripts that can remember your user''s personal settings on your website. Also a good introduction to cookies.
DETAILS

Page:
©2019 A--9.com