Categories
Tags → Php Library Functions

Grabber

This is a simple yet powerful and well commented PHP class for screen scraping. It uses PHP CURL Library and handles most of the work for you. It has several useful functions for cleaning and extracting the needed content.
DETAILS

project eros BBS engine

eros provides extensive content management (sigs, news, poll, forum, link, gfile) as well as permission management with a robust, flexible and secure interface. the administrative functions are completely integrated into the site, so you do not need ...
DETAILS

ADOdb Date and Time Library

PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overc...
DETAILS

phpdevshed.functions

php functions library is a place for php developers to exchange program functions.
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

phpSQLGen

This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an...
DETAILS

Cute PHP Library

Cute PHP library is a small collection of classes for PHP. The purpose of the classes is to simplify functions for daily work with PHP (e.g. convertions, formating, DB session, and so on).
DETAILS

libmstring

This library is consist of useful string manipulating functions including PHP ''s explode and str_replace function.
DETAILS

mklib.php

mklib.php is a PHP library to make building web applications easier. Example functions are processing data before inserting into a database and formatting date/time strings for display. This library should work with both PHP3 and PHP4. The Web site a...
DETAILS

A Tutorial on Porting MySQL code using ADODB

In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that ...
DETAILS

Page:
©2003-2019 jCay.com