Categories
Tags → How To Use Php

Running PHP Scripts Securely

Connecting to a database requires that passwords be included in the script at some point. This information may be exposed if you do not wrap your PHP scripts. Protecting your scripts from prying eyes is called &"wrapping.&" When yo...
DETAILS

Oracle and PHP

PHP provides built in functions to access just about every database that exists, including Oracle. This 8-page tutorial illustrates how to use these built in functions to communicate with an Oracle database.
DETAILS

Using Forms With PHP

This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.
DETAILS

Graphics Library

This little PHP script implements a simple example of how to use the GD graphics library to create GIFs (GD 1.5).
DETAILS

IMAP Mail Reading With PHP3

This tutorial shows you how to use PHP to make a quick, simple and effective IMAP or POP mail reader. The tutorial includes 3 short PHP scripts that allows you to access and read your email from anywhere in the world via your web browser.
DETAILS

Where did they go today?

Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with logging feature. You can use the script for link-based as well as form-based redirection while logging your ...
DETAILS

Logging With PHP3

This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics that are continually updated, and that simultaneous...
DETAILS

Dynamic Images in PHP

One of the really cool features with PHP 3.0 is its integration with the GD Graphics library. Learn how to use these features and make images with pure code.
DETAILS

Script Web databases quickly with PHP

In this tutorial, you''ll learn how to install and configure PHP for use with the Apache Web server on UNIX or the Microsoft Internet Information Server on Windows NT. Then you''ll see by example how to use PHP to route HTML conditionally, ...
DETAILS

Introduction to PHP

This introductory Web tutorial covers: The detail definition of PHP, The basic PHP Syntax, Creating a simple and a multipage forms in PHP, How to use cookies with PHP, Date and time functions, and more.
DETAILS

Page:
©2019 A--9.com