//--connect to database--//
$db = mysql_connect("localhost","root","drd590");
mysql_select_db("princebrothers", $db);
$alpha = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z');
if(!$letter)
{
$letter = "A";
$query = "Select * from dictionary where word like '$letter%'";
}
elseif($letter == "other")
{
$query = "Select * from dictionary where";
for($i = 0; $i < sizeof($alpha); $i++)
{
$query .= " word not like '$alpha[$i]%' ";
if($i != sizeof($alpha) - 1)
{
$query .= "&&";
}
}
}
else
{
$query = "Select * from dictionary where word like '$letter%'";
}
$query .= " order by word asc";
$return = mysql_query($query);
$rows = mysql_num_rows($return);
?>
Alpine Title-Buy or Selling
 |
 |
 |
 |
 |
 |
271 South Townsend
Gold Dust Crossing, Unit C1
P.O. Box 4158
Telluride, Co 81435 |
|
Phone: (970) 728-9680
Cell: (970) 275-0455
Fax: (970) 728-9708
E-mail: closing@alpinetitle.com |
|
 |
 |
 |
 |
|
 |
 |
Real Estate Dictionary
| Please
select the first letter in the dictionary. |
|
for($i = 0; $i < sizeof($alpha); $i++)
{
if($i < 1)
{
$alpha[0];
}
else
{
$alpha[$i];
}
if($alpha[$i] == $letter)
{
echo "", $alpha[$i], "";
}
else
{
echo "$alpha[$i]";
}
if($i != sizeof($alpha) - 1)
{
echo " ";
}
}
echo " ";
if($letter == "other")
{
echo "#'s";
}
else
{
?>
} ?>
|
if(!$rows){?>
| There
is no Information Listed for this letter " echo $letter; ?> " |
}
else {
for($i = 0; $i < $rows; $i++) {
$row = mysql_fetch_array($return);
$id = $row['id'];
$result = mysql_query("select * from dictionary where word = '$word'");
?>
echo stripslashes($row[word]); ?> - echo stripslashes($row['definition']); ?>
|
} ?>
} ?>
|
|
|
| |
|
|
|
|