Month: May 2014

say you have 10 group names, labeled ‘$group_1’, ‘$group_2’, etc. and you want to display each of them. a quick way to do that is to use dynamic variables (aka variable variables)

for ($i = 1; $i < 11; $i++) {
echo ${'group_' . $i};
}

Read more »

this is super simple to make — it consists of 4 ingredients:

  • angel food cake (pre-made and cubed)
  • cool hwip (spelled correctly)
  • sliced strawberries (mixed with strawberry glaze)

grab a mason jar and layer your ingredients in each one: cake, cool hwip, strawberry/glaze mix, cake, cool hwip, strawberry/glaze mix, etc.

looks can be deceiving — the cake and cool whip are practically air so go ahead and stuff the jars — your guests will be very thankful later

Read more »