I tried tht as well
<select name="ProductCategory">
<?php do { ?><option value="<?php echo $row_Categories['CategoryID']; ?>" <?php if (!(strcmp($row_WADAproducts['ProductCategoryID']))) {echo "selected=\"selected\"";} ?>><?php echo $row_Categories['CategoryName']; ?></option>
<?php } while ($row_Categories = mysql_fetch_assoc($Categories)); ?>
</select>
I still get the "wrong parameter count for strcmp ()....." warning