Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Reference Array by index

Tue Oct 28, 2008 1:04 am

Code:

<?
$myarray
= array('one', 2, 'three');

echo(
$myarray[0]);
echo(
$myarray[1]);
echo(
$myarray[2]);


?>




Post a reply
  Related Posts  to : Reference Array by index
 String replace by index value     -  
 object reference be cast to an interface reference     -  
 Array difference for associate array     -  
 compare an array with another array?     -  
 Reference Parameters     -  
 Reference between two schemas in oracle     -  
 Id reference annotation relationship     -  
 Passing a Reference Variable     -  
 unset reference variables     -  
 Method Parameters,,,is it by value or reference???     -  

Topic Tags

PHP Arrays