pro_php thread: Adding Values to 2-dim array in php
Hi Arun,
> function SetData($RowIndex, $ColumnIndex, $Datais)
> {
> $this->Data[$RowIndex][$ColumnIndex] = $Datais;
> }
> }
should work. What did you try?
Nik
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
pro_php thread: Adding Values to 2-dim array in php
Hi Arun,
> function SetData($RowIndex, $ColumnIndex, $Datais)
> {
> $this->Data[$RowIndex][$ColumnIndex] = $Datais;
> }
> }
should work. What did you try?
Nik
|