Categories
Tags → How To Use Php

SP.Forms Lite

SP.Forms Lite has a HTML user interface to customize how to hande a form. Features: generate confirmation page; check form values on client side (JavaScript) and server side; adjusted by logic expression (that may use entered values) aftersubmit page...
DETAILS

PHP Commander

This small free script allows you to type php commands/scripts inside a text area and execute them from one single page. You can use it for: Learning PHP interactively; Testing and debugging your PHP scripts interactively; Running programs and system...
DETAILS

121 Access to MySQL Tutorial

Not sure how to make use of the free MySQL database space included with your web-hosting plan? This step-by-step tutorial explains a simple way to upload data from a Microsoft Access database to the MySQL database at your ISP. The tutorial also conta...
DETAILS

PHP-XML Weather

This is a sample to illustrate how one can use PHP and cURL to access an existing XML feed for US weather. It grabs both current conditions and a nine day future forecast based on the zipcode that one enters. Unlike a lot of other PHP weather tools, ...
DETAILS

PHP and UML Class Diagrams

UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we&a...
DETAILS

File Upload Class

This class makes the already easy php file upload even easier. It comes with an example file showing how to use it and JavaDoc style documentation.
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

Page:
©2019 A--9.com