Server Side processing and DT_RowId
Server Side processing and DT_RowId
danharper
Posts: 2Questions: 0Answers: 0
I'm building my json as follwows
[code]
while ( $aRow = mysql_fetch_array( $rResult ) )
{
$row = array();
$row['DT_RowId'] = 'example';
for ( $i=0 ; $i
[code]
while ( $aRow = mysql_fetch_array( $rResult ) )
{
$row = array();
$row['DT_RowId'] = 'example';
for ( $i=0 ; $i
This discussion has been closed.
Replies