in reply to
How to prevent database from listing/viewing?
Change the line:
$qs=$ENV{'QUERY_STRING'};
to
$qs=$ENV{'QUERY_STRING'} || 'string that won\'t be found because it contains the word "fitbin", and that won\t be in there';
Comment on
Re: How to prevent database from listing/viewing?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom