Help for this page

Select Code to Download


  1. or download this
    if ($file1 ne "") { push @tour_photos, ($file1); }
    if ($file2 ne "") { push @tour_photos, ($file2); }
    ...
    if ($file9 ne "") { push @tour_photos, ($file9); }
    if ($file10 ne "") { push @tour_photos, ($file10); }
    
  2. or download this
    $address = $cgi->param('ADDRESS');
    $bedrooms = $cgi->param('BEDROOMS');
    ...
    $file8 = $cgi->param('file8');
    $file9 = $cgi->param('file9');
    $file10 = $cgi->param('file10');