Newsletter
-
Search for:
Recent Comments
Tags
add adding Alfresco arvixe Arvixe Elgg Hosting bucket change clip ClipBucket CMS cPanel/Linux Hosting create dolphin Drupal elgg Elgg Hosting elgg tutorials how how to install joomla Joomla 3 module MODx mojoPortal New nopcommerce panel php SE4 set up setup site socialengine softaculous tips to TomatoCart use using video web website websitepanel WordPress
Tag Archives: associative
Imploding an Associative Array
In the previous article, I said that implode() only works on simple, numeric arrays, but what if you want to do something similar with an associative array of keys and …

Using explode() to Create Associative Arrays
In the previous article, we saw how to use explode() to create a simple array of names. In this one, we’ll send an extra bit of information along with each …

Replacing Strings with an Associative Array (PHP)
In the previous article, we looked at using str_replace with two separate arrays, one for the strings to replace, and one for the replacements. This isn’t always the most convenient …
