A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by taha » Wed Nov 23, 2005 1:53 pm
Post by hawleyjr » Wed Nov 23, 2005 1:59 pm
Code: Select all
$myArray = array(array(1,2),array(2,2); $myArray[0][1] = 'test';
Return to “PHP - Code”