Categories
Tags → Arrays

PHP Basket Class with OOP

One shopping solution of many is a session solution with classes (OOP). Standard features: Cookie control, presentation of products, basket handling (add, remove, increase, reduce quantity, zero result handling, subtotal and total), session check plu...
DETAILS

synDirectory

synDirectory is used to retrieve and sort the current work directory list of of files. It opens the current directory and retrieves the list of files and sub-directories into separate arrays. Since it may be listing the directory where this packa...
DETAILS

PHP calendar with AJAX driven agenda

This AJAX driven PHP calendar is made of three parts: the calendar (basic PHP), two OOP Classes (one for the handling of agenda data, one for the handling of the complex agenda form) and the script for the AJAX requests and form validation. Design an...
DETAILS

Detailed PHP array tutorial

In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.
DETAILS

Ajax.InPlaceSelect

This is an extension for scriptaculous. Creates a select control in place of the html element with the id specified. It functions similar to Ajax.InPlaceEditor but instead of an input control, it creates a select control with a list of options from w...
DETAILS

Word Filter

Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings.
DETAILS

Arrays in JavaScript Part I

In this JavaScript Part I Tutorial you will learn about Array Definition, Defining an Array in JavaScript, Shorter form, Literal Array, Accessing the elements in an array, Editing the values or elements in an array, Single Dimensional Array in Java...
DETAILS

Forms Processing

In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any ...
DETAILS

MyWeather

MyWeather is a PHP class that uses the Yahoo! RSS weather feed. Results are returned in arrays so the output can be designed by you. The data returned includes the current conditions (temp, image, and text description) and two forecasts (hi, low, ima...
DETAILS

PHP: Multidimensional Arrays

Array does not have to be a simple list of keys and values; each array element can contain another array as a value, which in turn can hold other arrays as well. This way, you can create a multi-dimensional array. In this article principles of using...
DETAILS

Page:
©2019 A--9.com