Categories
Tags → Php How To Use Functions

myphpbooks

This script is a real world application that shows how to use MySQL with PHP. You can learn from the step by step commented php source code how to build a php program that uses MySQL to keep a database of your books. Program functions implemented inc...
DETAILS

Output While Script is Still Running

Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don''t make your visitors wait for a long scrip...
DETAILS

DodosMail

Features - Checks sender''s email address for validity - Allow secure way of handling your personal email address - Add as many customized fields as you want - Also send you sender''s info such as ip, computer name, page referer for...
DETAILS

Transforming XML with XSLT and PHP

In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are highlighted.
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

Php Functions Essential Reference

If you''re a programmer looking for the most effective uses of PHP, this book will provide you with: A clear guide to common function usage and pitfalls; Easy to find, detailed information on the most important PHP functions; Practical examples ...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Controlling PHP Output: Caching and compressing dynamic pages

This 4-page article will explain how to use PHP output controlling functions to make your pages load faster.
DETAILS

Simple Connection to MySQL

The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases. In this tutorial, you will learn how to make a simple connection to MySQL u...
DETAILS

An Introduction to Classes

This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a w...
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

Page:
©2003-2019 jCay.com