Help for this page

Select Code to Download


  1. or download this
    for($i=1; $i<($messages+1); $i++)
    {
    ...
    }
    
  2. or download this
    for($i=1; $i<=$messages; $i++)
    {
    ...
    }