my ( $dbh,$cgi,$session ) = @_; my $data=$session->data; my $temp=$session->temp; if ( $cgi->param("textfield") ) { my $abta=$cgi->param("textfield") || undef; my $sql=qq{ SELECT * FROM tblABTANOS WHERE ABTANo = ? }; my $csr=$dbh->prepare($sql); $csr->execute($abta); $abta=undef unless $csr->rows!=0; $csr->finish; if ( $abta ) { my $sql=qq{ SELECT * FROM tblABTA WHERE ABTARef = ? }; my $csr=$dbh->prepare($sql); $csr->execute($abta); my $abtasession=( $csr->rows != 0 ) ? 1 : undef; $csr->finish; if ( $abtasession ) { # update login information my $sqlu=qq{ update tblABTA set NoLogons = NoLogons + 1 where ABTARef = ? }; my $csru=$dbh->prepare($sqlu); $csru->execute($abta); $csru->finish; } else { # insert login information my $sqli=qq{ insert into tblABTA values ( ? , NOW(), DATE_ADD(NOW(), INTERVAL '3' MONTH) , 1 ) }; my $csri=$dbh->prepare($sqli); $csri->execute($abta); $csri->finish; } $data->{abta}=$abta; $session->data($data); $cgi->param("redirect","abta_member.html"); } else { $temp->{abtaerror}=1; $session->temp($temp); } } return ''; <perl> my @rv=(); if ( $ENV{REQUEST_URI} =~ m/international/i ) { push @rv, qq{theregister.net - International Hotel Guide}; } else { push @rv,qq{theregister.net - Trade Guide to UK hotels}; } return join '',@rv; </perl> my ( $dbh,$cgi,$session ) = @_; my $sessiondata=$session->data; my @rv = (); push @rv,qq{ } if $sessiondata->{style} && $sessiondata->{style} eq 'default'; push @rv,qq{} if $sessiondata->{style} && $sessiondata->{style} eq 'amadeus'; return join "\n",@rv;

The Hotel Register - Free Phone 0800 007 5600

                                  

ABTA Login Page

Hotels on these pages have all agreed to pay 8-10% commission to travel agents

Welcome to the latest edition of the British Travel Agents’ Hotel Register. The Register has proved an invaluable tool over the last ten years, which many ABTA Members use on a regular basis. The combination of wide ranging, good value accommodation, which is all available on a commissionable basis, offers excellent value both for Members and their customers.

The domestic market is an increasingly important one for travel agents, and a recent ABTA survey showed a significant number of Members were reporting that domestic bookings were on the increase. This is certainly an encouraging trend, particularly set against the reduction in business that there has been recently with the more traditional types of business, such as air and ferries. In other surveys, it is clear that there is a continuing number of travellers who take more than one holiday a year, and with many, this second or third holiday will be a weekend break and very likely a British Break.

The delights of a holiday to Britain are only too well known by visitors from abroad, but there is a tendency for ABTA Members to look on domestic tourism as second best, but we do that at our peril, because we do not want to miss out on a growing and financially rewarding market.

So do think Britain and join the growing band of Members who are gaining from this important market.

ABTA President

my ( $dbh,$cgi,$session ) = @_; my $data=$session->data; my $temp=$session->temp; my @rv = (); push @rv, qq{

* You ABTA Number is not valid

} if $temp->{abtaerror}; return join "\n",@rv;

To start please enter your ABTA number in the box below and click enter.

Enter ABTA number: