Recipes
Number of recipes found = ".$num_results. "

"; for ($i=0; $i<$num_results; $i++) { $row =mysql_fetch_array($result); $j=$i+1; echo " ".$j.") "; echo htmlspecialchars( stripslashes($row["Name"])); echo "
"; } ?>
To get the full recipe details enter the number shown beside it in the box below. Then click on the search button.