Categories
Tags → For Function Php

MySQL Row To Form

Need a quick way to edit mysql data with php? This php function takes the name of a mysql table as its input and then builds a unique form for each row in the specified table. The php function checks to length of each field s data in order to determi...
DETAILS

Keyword Extract

This is a great little php utility function is great for bloggers or for anyone looking to increase the keyword density on a site. The keyword extract function searches through a text string filtering out punctuation and common words to return a list...
DETAILS

Codelobster PHP Edition

CodeLobster PHP Edition is a free handy and easy-in-use code editor that is primarily intended for quick and easy creation and editing of PHP and HTML files with support Drupal CMS. It includes debugger, dynamic help, autocomplete and Class View wind...
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

PHP File Tree

PHP File Tree is a PHP function that generates a valid, XHTML nested list of the specified directory, subdirectories, and files. The script includes a JavaScript extension that makes the entire list expand and collapse dynamically. PHP File Tr...
DETAILS

PHP WSDL Generator

This package can be used to generate a Web Services Definition Language (WSDL) document from the code of a class that implements Web services calls. It parses the code of a given PHP class script files and generates a WSDL definition from the l...
DETAILS

Bar chart HTML generator

This article contains PHP function ae_bar_html for generating HTML/CSS based one-column bar charts. It is suitable for simple diagrams and does not require libgd.
DETAILS

PHP multiple photo thumbnail generator

Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140,...
DETAILS

Common RSS Reader

Single PHP 5 function for loading a distant feed file, in any format: RSS 2.0, Atom, RDF 1.0 and display the content with option on a web page. An interface is provided to test the options. Demos included.
DETAILS

Creating files online in PHP

In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if you''re new to PHP but have a knowledge on other scripting languages like ASP,...
DETAILS

Page:
©2019 A--9.com