![]() // Accessing // // recipe // // ============================================== // require('incs/connect.inc'); $result=mysql_query("select * from recipes where id = $id",$db); while ($myrow = mysql_fetch_row($result)) { $ingredients = nl2br($myrow[3]); $directions = nl2br($myrow[4]); echo(" $myrow[6]$myrow[5]"); } ?> --- Contact |