Sorry to bother you again. I can't get Move Next and Move Previous to work on page (check you private msg). I used the mysqli recordset paging from the server behaviors. What am I missing in the code? a do while?
<?php
echo '<p>';
echo "<a target='_new' href=" . "http://" . $Recordset1->getColumnVal('Website') . ">" ;
echo "" .$image."";
echo "</a>";
echo '</p>';
echo $Recordset1->getColumnVal('Eventdate');
echo '</br>';
echo '<div style="font-size:12px">';
echo $Recordset1->getColumnVal('Location');
echo '</div>';
echo '</br>';
echo "<a target='_new' href=" . "http://" . $Recordset1->getColumnVal('Website') . ">" ;
echo $Recordset1->getColumnVal('Website');
echo "</a>";
echo "</p>";
?>


