Categories
Tags → Php Array

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

Codewalkers

Codewalkers is a resource / community site dedicated to PHP and SQL development. It offers an array of forums, user submitted code, tutorials and more. Codewalkers is the home of the PHP Coding Contest
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

HTTP Post Class

A PHP class that posts an array of data to a given URL using rfc2616 - Hypertext Transfer Protocol -- HTTP/1.1.
DETAILS

PHP 101 (part 3) - Chocolate Fudge And Time Machines

This 3rd part of the PHP 101 series features an explanation of WHILE, FOR and FOREACH loops, those PHP constructs that can save you hours of unnecessary HTML coding. Also included: array variables, the auto-increment operator, and some yummy desserts.
DETAILS

PHP_Fourier

PHP_Fourier is a PHP script that computes the FFT of a complex array. The size of the array must be an integer power of 2. This script is a direct port of the algorithm used in Numerical Recipies in C.
DETAILS

Alphas

This very simple PHP script allows you to create an array of alpha characters (A-Z) and returns it. Does not use array_push so it is PHP3 compliant.
DETAILS

PHP Pocket Reference

The PHP Pocket Reference is a handy quick reference for PHP, an open-source, HTML-embedded scripting language that can be used to develop web applications. This small book acts both as a perfect tutorial for learning the basics of PHP syntax and as a...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Wu-Name Generator

This PHP script generates a random name based of an adjective and a noun. The PHP script uses two plain text files, one that holds all of the adjectives and the other all of the nouns. The script reads these files into two arrays. The PHP function fi...
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

PostIt

This is a small PHP script that takes an associative array and a URL. The array is URL-encoded and then POSTed to the URL. If the request succeeds, the response, if any, is returned in a scalar array. Outputting this is the caller''s responsibil...
DETAILS

Page:
©2003-2019 jCay.com