Hi Craig,
I am trying to restrict the number of rows that the following call retrieves from the database:
<?php echo $row_WADAitems["ItemLongDesc"]
I think this is being set by
$row_WADAitems = mysql_fetch_assoc($WADAitems);
Any ideas?
Thanks for your help...
Regards, Richard.