View Single Post
Old 2005-04-06, 10:00 PM   #2
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
that statement means:

Code:
if ($type) {
  $sentence = "$word1[0] $word2[0] $word3[0] $word4[0]";
} else {
  $sentence = "$word1[0] $word2[0] $word3[0] $word4[0] $word5[0]";
}
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote