Categories
Tags → Arrays

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

C++ tutorial on arrays

C++ Arrays are the data structures which can be used to store consecutive values of the same data types. Check the URL for the complete explanation on C++ Arrays.
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

Array Basics

Introductory tutorial on the basics of arrays as well as the LBound, UBound, and Split functions that are commonly used with arrays. Tutorial includes code snippets.
DETAILS

Defining arrays using literal notation

Literal notation is a new way of defining arrays in JavaScript that''s extremely flexible and robust. Learn about literal notation in this tutorial.
DETAILS

tableVarDump()

Replacement for PHP''s built-in var_dump() function for complex arrays. tableVarDump() outputs any variable to an HTML table format, specifically designed to display complex multi-dimensional arrays in a more easy to read format than var_dump() ...
DETAILS

Writing Classes in Javascript

Writing classes in JavaScript doesn''t give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very usefu...
DETAILS

Easy Tree

Easy to use navigation menu. Does not use database. Just Arrays for each link. Each page you want the menu just include the file and call the function with desired parameters. Easy to adapt and easy to call.
DETAILS

Page:
©2019 A--9.com