Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Alphabet Search Not Working

Quote Reply
Alphabet Search Not Working
Hello
I have added the following code to the html_home part of my user friendly HTML.pl, but it is still not returning the records containing the first alphabet, even though it is in the database. Please can anyone help.
Below is the code

$i = 65;
print "<TABLE><TR>";
while ( $i < 91 ) {
print qq|<TD><PRE><BIG><A HREF="$db_script_link_url&Company_Name=^|;
print chr($i);
print qq|&re=on&view_records=1"><B>|;
print chr($i);
print qq|</B></A></BIG></PRE></TD>\n|;
$i++;
}
print "</TR></TABLE>";
.
The url to the database is http://www.bizsuccess.co.uk/cgi-bizSuccess/dbman/db.cgi
and the username/password is bizSuccess/gateway

Ade

Subject Author Views Date
Thread Alphabet Search Not Working ade 2623 Jan 13, 2001, 5:08 PM
Thread Re: Alphabet Search Not Working
Stealth 2545 Jan 13, 2001, 6:07 PM
Post Re: Alphabet Search Not Working
ade 2529 Jan 14, 2001, 3:01 PM