Estimated Custom Work Availability : Currently Available                 
 
Version 1 of DFD Turbolist Converter is finally done beta testing, and is available as a free 30 day trial download!         **********         Save at least 13% to 25% or more (as low as $11.51 hourly) with prepaid hours for web developing work         **********         Earn Credit with referrals and advertising for DragonFrugal.com products and services


Array Tutorial:

Arrays are like strings except that they can hold multiple values, like for instance an online shopping cart may be one array of multiple items.

An empty array (to populate later) is established like this:

<?php
$my_array_name 
= array();
?>

Or you can establish it with values immediately:

<?php
$my_array_name 
= array('apples''oranges''pears''bananas''grapes');
?>

The above array's values can be accessed (for changing or reading values) seperately like so:

<?php
\$my_array_name[0]  // This value is "apples"
\$my_array_name[1]  // This value is "oranges"
\$my_array_name[2]  // This value is "pears"
\$my_array_name[3]  // This value is "bananas"
\$my_array_name[4]  // This value is "grapes"
?>

<html>
<body>


<?php

phpinfo
();

$my_array_name = array('apples''oranges''pears''bananas''grapes');

 
?>

</body>
</html>
Tada
Thurday, May 5th, 2011:
  Promo codes are now available for the 12 and 24 hour prepaid web developing packages, for additional savings of up to 12%.
-Mike

Thurday, March 10th, 2011:
  Use promo code "dfd-15-48" on the 48 Hour Web Developing Package to save an additional 15% off work rates, bringing your average hourly cost down to $12.67.
-Mike

Monday, May 3rd, 2010:
  Version 1 of DFD Turbolist Converter is finally done beta testing, and is available as a free 30 day trial download.
-Mike

Wednesday, February 3rd, 2010:
  DFD Turbolist Converter v1.01 Beta Testing is now underway, for anyone interested in testing one of DragonFrugal.com's upcoming products...
Additional Options
Serving Web Sites Since 1998
©  DragonFrugal.com    |    Service Protocols    |    Payment Plans    |    Contact      monitoring      
 
Home Open Source Proprietary