Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Adding Values to 2-dim array in php


Message #1 by "arun" <arun@l...> on Wed, 10 Apr 2002 18:08:21 +0530
Hi Arun,

> 	function SetData($RowIndex, $ColumnIndex, $Datais)
> 	{
> 		$this->Data[$RowIndex][$ColumnIndex] = $Datais;
> 	}
> }

should work.  What did you try?


Nik


  Return to Index