TutorialsRoom.com
RSS Feed

Subscribe: RSS or e-mail

Home » Web Development » PHP »

Bare Basics - Arrays

Bare Basics - Arrays Tutorial
One thing you can’t escape in your PHP journey is arrays, at one point or another they’ll crop up in your simple script, your project or anything in between. Arrays are relatively to simple to use, but can be a bit daunting for people new to programming or just PHP.
Submitted: 2008-12-28 19:22:48
Rating: 2.9/5 (9 Votes)
View Tutorial Details: Bare Basics - Arrays

Post Your Comment (In English):



(Optional, will not be shown)


(Optional)




Please notice that comments which are not related and those with live links will be deleted.

You may also be interested in

How to Create a Word Popularity Script

How to Create a Word Popularity Script Tutorial
This is a function that is meant to calculate the density of the words from a text. Since there are many words that have less then 3 characters, I’ve decided to add a filter that will not take into account words that aren’t bigger then (X) characters (examples: if, or, is, it etc.).
Submitted: December 15th, 2008 | By: www.bitrepository.com

How to Create an Advanced Bad And Naughty Words Filter

How to Create an Advanced Bad And Naughty Words Filter Tutorial
This is a PHP Class useful if you need to filter (bad, naughty) words from a string (text), whether is a simple string or one containing HTML tags.
Submitted: December 15th, 2008 | By: www.bitrepository.com

How to Validate an Email Address With Php

How to Validate an Email Address With Php Tutorial
There are a lot of cases in which you will need to check for a valid email address. As merely humans, subscribers to our online newsletters might inadvertently misspell their email address. Whatever the mistake the user makes, our script must be prepared.
Submitted: December 14th, 2008 | By: www.coderemix.com

Using the Php Include Command

Using the Php Include Command Tutorial
The include command is used to insert the content of an external HTML page into an existing PHP page.
Submitted: December 12th, 2008 | By: www.oman3d.com

How to Build Quick And Simple Ajax Forms

How to Build Quick And Simple Ajax Forms Tutorial
How to quickly and easily create a form that utilizes AJAX and uses JSON responses to display form results. The tutorial uses the jQuery framework as well as the jQuery Form Plugin.
Submitted: December 11th, 2008 | By: www.tutorialswitch.com
Copyright © 2007-2013 Hazem Osman. All rights reserved. Terms & Conditions