You will need to give us more clues than that.
");
$line == false;
}
if (!empty($data['namecontains']) && empty($data['idis']))
{
$query = "SELECT * FROM directory WHERE name LIKE '{$data['namecontains']}%' ORDER BY status DESC";
$result = mysql_query($query) or clean_die("Could not execute query.");
$line = mysql_fetch_row($result);
if ($line[17]<1) $line=false;
}
if (!empty($data['idis']))
{
$query = "SELECT * FROM directory WHERE id = '{$data['idis']}' ORDER BY status DESC";
$result = mysql_query($query) or clean_die("Could not execute query");
$line = mysql_fetch_row($result);
if ($line[17]<1) $line=false;
}
mysql_close($link);
if ($line==false)
{
?>
No record matched.
There is already an update pending for this entry. The updated entry is shown below.To request a change be made to your record, enter the number of your organisation's entry in this database. Changes will be reviewed by World Carfree Network staff, and will not be visible immediately. To request an entry be deleted entirely, please e-mail .
If you do not know your record number, first do a search. Your number is in the bottom left corner of your listing.