Categories
Search → working with arrays in php

Working with Arrays in PHP

Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value.
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
©2003-2019 jCay.com