Categories
Tags → Example Php

PHP calendar with AJAX driven agenda

This AJAX driven PHP calendar is made of three parts: the calendar (basic PHP), two OOP Classes (one for the handling of agenda data, one for the handling of the complex agenda form) and the script for the AJAX requests and form validation. Design an...
DETAILS

Download Center 1.1

UPDATED: Now has better theme and supports preview pictures. This free PHP script is a website in itself. It is a download center that contains pages to download files from the internet in an easy and organized way. It''s front page contains m...
DETAILS

PHP Includes

An introduction to the PHP include function and example an of how to use this to create a template base for your website.
DETAILS

How to implement COMET with PHP

Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applications, web b...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHPUnzip Class

For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A ...
DETAILS

PHP browser redirect

Learn how to program a simple php script borwser redirect. Simple, complete and easy to learn using a simple example of the code with explications and many more. Alright, this is a simple little script which will take you to one page if you''r...
DETAILS

Uploading files to Amazon S3 with REST API

An example of command line non-interactive PHP script which creates bucket and uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.
DETAILS

Examples of the preg_match function

The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code. There is an online demo. The code will be updated regularly. - just added a preg_match_all example
DETAILS

Micro Mailer

Micro Mailer is a small PHP class which allows you to send emails from your PHP script more simple. It contains an example file as well to learn how to use the class.
DETAILS

Making XML/XSLT driven site using PHP

This article contains an example of simple php &"xslt engine&" for XML driven web-sites which implements caching techniques and Apache-based XML file processing.
DETAILS

Page:
©2019 A--9.com