PHP Tutorial

Storing multidimensional arrays in a file

In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.
Basics » phptoys.com
Score(+): 0 | Views: 51 | Save it | Report it


Top 20 Similar PHP Tutorials

Storing a PHP Array in a MySQL Database

Learn how to store a PHP Array in a MySQL Database
Database » asakusuma.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Sorting 2D-arrays in PHP

Learn how to Sort 2D-arrays in PHP
General » prodevtips.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

Working with Arrays

When simple variables are just not good enough you should use arrays
General » brainbell.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Using Arrays (with EXPLODE)

This tutorial can Guide you to use collections of data known as arrays
General » biorust.com
Score(+): 0 | Views: 21 | Similar Tuts | Save it | View this tutorial

Working with Arrays

Learn How To Work with Arrays with 19 Short Tutorials for Beginners
General » dev.fyicenter.com
Score(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

Utilizing Arrays

This tutorial is going to help you to learn more about using array in PHP
General » ronsguide.com
Score(+): 0 | Views: 23 | Similar Tuts | Save it | View this tutorial

How and when to efficiently use arrays as key-value pair

In this section we cover what arrays are, what they are used for and how to work with arrays in PHP
General » php-learn-it.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Passing Arrays by Reference

Learn how to pass arrays by reference in PHP
General » code2design.com
Score(+): 0 | Views: 82 | Similar Tuts | Save it | View this tutorial

Updating Serialized Arrays

Learn how to update serialized arrays in PHP
Functions and OOP » thecodingzone.com
Score(+): 1 | Views: 43 | Similar Tuts | Save it | View this tutorial

Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction
General » dev.fyicenter.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Using the Internal Array Pointers to Access Elements in Arrays

The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
Basics » talkphp.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

Flat File Database (Database from a text file)

Learn how to store and retrieve information using PHP's built in file handling functions along with serialize and unserialize
General » ronsguide.com
Score(+): 0 | Views: 60 | Similar Tuts | Save it | View this tutorial

php file upload

In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage which files may be uploaded.
PHP Files » ineedtutorials.com
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

PHP include file tutorial

In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
Basics » phpf1.com
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Include File in a Variable

Learn how to include File in a Variable
General » desilva.biz
Score(+): 0 | Views: 38 | Similar Tuts | Save it | View this tutorial

Upload and Rename File

Upload files to your site and rename them via a form
PHP Files » phpeasystep.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Reloading Your php.ini File with IIS 6 Manager

This tutorial is about reloading Your php.ini File with IIS 6 Manager
Advanced » associatedcontent.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

File Include Check

Learn how to check if a file is already included or not within a page
General » wlscripting.com
Score(+): 0 | Views: 15 | Similar Tuts | Save it | View this tutorial

Creating your Own Configuration File

Store your settings without editing!
General » pixel-designz.net
Score(+): 0 | Views: 88 | Similar Tuts | Save it | View this tutorial

Multiple Actions in one file

Learn How to Create Multiple Actions In One PHP File
General » 13dots.com
Score(+): 0 | Views: 59 | Similar Tuts | Save it | View this tutorial