Are you a QOTWer? Do you want to start a thread that isn't a direct answer to the current QOTW? Then this place, gentle poster, is your friend.
(, Sun 1 Apr 2001, 1:00)
« Go Back | See The Full Thread
"That boy can cook", "The [attribute] of the [ingredient] (repeat for list) and the" and "Luuuvly".
For that middle one, it's hard to explain, but he always does it.
$dish = 1234; // smoked kippers
$ingrients = $this->db->query('select attribute, ingredient from dishes where dish = %s', $dish);
foreach ($ingrients as $i) { echo "The ".$i['attribute']." of the ".$i['ingredient']." and the, "; }
(, Wed 30 Mar 2011, 13:20, 1 reply, 15 years ago)
(, Wed 30 Mar 2011, 13:24, Reply)
« Go Back | See The Full Thread