Categories
Tags → Php Arrays

agenda calendar

Organise your week with agenda-calendar.asp. All you have to do is initialize the variables at the beginning of the script, and you''re set. This is the ASP version of agenda-calendar.php. Agenda Calendar was written to provide a unique loo...
DETAILS

PHP Arrays

A tutorial dedicated to PHP arrays and how to use them as queues, lists, sorters, etc. It uses easy to follow, executable examples to help you learn these intermediate array techniques.
DETAILS

DB_DATA_CMS

DB_DATA is a class that generates record lists, forms, insert && update queries for any relational database schema. DB_DATA uses PHP arrays to declare tables and can generate a database schema.
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

Randomized Quote Generator

The following is a very simple php code for random quote generation using the functionality of arrays.It uses arrays to display pre-determined quotes in a random manner.
DETAILS

HTML Resume Template

A basic HTML resume template in PHP. You enter your information into PHP arrays and it generates a valid XHTML 1.1 resume with CSS styling. It will also produce a plain text version. See web site for example.
DETAILS

Multi-page Forms with PHP

This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.
DETAILS

Arrays and PHP: A Primer

For many years, arrays have been used to logically store and sequence data. They have also been the point of confusion for many developers. This article will talk about the structure of arrays and how you can create and manipulate arrays with the PHP...
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

HTML_Graphs

HTML_Graphs uses PHP to provide a nice class interface for html graphs. It provides a single, reasonably consistent interface for creating HTML based charts. The idea behind this code is that the user of the class sets up four or five arrays and pass...
DETAILS

Page:
©2003-2019 jCay.com