Happy Thanksgiving!
Yes, it?s kind of sad that I would have nothing better to do - but I wanted to login and wish everyone a Great Day!
So there you go!
[php]<?php
$plates = explode($turkey);
$person = count($plates);
$guests = 0;
foreach ($person as $serving) {
give_food($plates[$guests]);
$guests++;
}
echo ?That was delicious!?;
?>[/php]