Categories
Tags → Php Class Functions

cURL

This class is an object oriented wrapper around the PHP cURL extension functions. The cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like those using the SOAP protocol. The class provide...
DETAILS

PRAjax - PHP Reflected Ajax - v1.2.1

The PRAjax class can be used to reflect PHP code into JavaScript and Ajax methods and vice-versa. The following features make this library worth using: * Allows easier Ajax programming with PHP * PHP functions and objects can be re...
DETAILS

datLib

datLib contains Class Methods that help simplify common programming functions that PHP programmers use in their development process when building web based applications. These include calculating dates in different formats; server and user informatio...
DETAILS

Attachment Mailer class

I wrote this class to integrate more functionality for classes like Access_user or DB_cart and other''s using PHP s mail function. But the class can be also used in every web application where the standard text mail is not enough and where attac...
DETAILS

XPertMailer - Advanced PHP Mail Engine

XPertMailer is a PHP class that will help you send/read encoded MIME type mail messages (text, HTML, HTML embedded images, attachments) towards a localhost, client, relay with optional authentication and TLS/SSL support. Cc and Bcc functionality are ...
DETAILS

FilTpl - Filnet Template

The script process recursively a template (given as a string) and a data structure (given as a tree of array of arrays). Syntax is the same as phplib , but behaves better on loops or optional blocks embedded. I developped it because I was tir...
DETAILS

safedata

Safedata is a PHP class that effectively disables both register_globals and magic_quotes. It includes wrapper functions for MySQL / MySQLi''s escape string functions and for htmlentities / htmlspecialchars that allow you to use both string...
DETAILS

class.upload.php

It is the ideal class to quickly integrate file upload and image manipulation in your site. That''s all you need for a gallery script for instance. It manages the uploaded file and allows you to do whatever you want with the file as many ti...
DETAILS

Easy PHP Upload

This PHP upload class (the old name) can be used to upload files with a client browser to a remote web server location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. ...
DETAILS

Simple SQL

DESCRIPTION: Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs. ADVAN...
DETAILS

Page:
©2003-2019 jCay.com