CMS- Record Num

2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 14, 2008   (RSS)

By edandrea - July 14, 2008

Hello all again.....

I have CMS latest version and in the middle of creating a site for a realtor. I have a featured listings page http://smoaklandco.com/ds_featured.php which almost displays fine. I had some records or listings in there previously that I had deleted and added more, however the record number starts at 4 instead of 1.



<?php

require_once "/home/content/s/m/o/smoaklandco/html/cmsAdmin/lib/viewer_functions.php";

list($customRecords, $customDetails) = getRecords(array(
'tableName' => 'custom',
'perPage' => '10',
));

?>
<?php echo "<?xml version='1.0'?>\n"; ?>



---------------------------------- Start the Body-----------------

<td>
<p align="center"><b>
<font class="resultsmapnumber" face="Verdana" size="1"><?php echo $customRecord['num'] ?></font></b></p> </td>



--------------------------------------




Any way to correct this?



Thanks in advance

Regards Emil