Categories
Tags → For Function Php

chainedSelectors: A Better Way to Drop-down a PHP List

Intended for programmers interested in experimenting with complex user interface elements, this tutorial explores using PHP to generate JavaScript based on data in a database. This tutorial explains a class called chainedSelectors. This class helps y...
DETAILS

Php Developer''s Dictionary

A guide, for Web developers, to using PHP language to create dynamically generated Web pages. A comprehensive reference to PHP 2, including the language''s evolutions and enhancements. Shows how to install applications, generate HTML, and access...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

class.browser.php

class.browser.php is a class of functions that is designed to make it easy to download web pages for numerous uses, including for web crawling. It extends the functionality of the PHP function fsockopen, as well as adds string parsing functions to ma...
DETAILS

getRandomImage()

This PHP function will display a random image / graphic from a directory into your website. The function searches your directory for predefined image types (that you define) and randomly displays the filename. Includes examples of use and is very eas...
DETAILS

phpdoc (Enzyme)

phpdoc is a program that aims to do for PHP developers what Javadoc does for java developers. It is a script that parses PHP class definitions, extracting function and variable names, as well as comments, and dumping this data into a database. The sc...
DETAILS

PHPXref

PHPXref is a Perl script to make working with the source code of a large PHP site somewhat easier. It allows you to: Cross references classes, interfaces, functions, variables, constants and database tables defined and used across your various PHP fi...
DETAILS

Serving Graphical Web Page Counters from a PHP Script

This tutorial is intended for PHP programmers interested in learning how to apply PHP''s GD image manipulation support. Readers interested in learning how to access a MySQL database from PHP, and/or define a PHP function will also benefit from t...
DETAILS

CamelCityBuyer

This program provides on-line shopping cart system which is both easy for the seller to maintain and easy for customers to use. camelcityBuyer uses PHP and MiniSQL to implement an on-line shopping system. Information about the items to be purchased i...
DETAILS

Getting and Using Meta Tags for Search Criteria

PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the a...
DETAILS

Embedded Hit Counter

The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page''s hits in itself, you can eliminate the need for anothe...
DETAILS

Page:
©2003-2019 jCay.com