| |
|
Custom web design companies
CLICK Here To Search The Directory For Webmasters By Their Skill And Location
OR, scroll through these listings manually.
// Ophalen van de rijen die voldoen aan de selectie!
include ("dbconnect.php");
$Query = "SELECT webmastersname, country, city, discription, postalcode, compagny FROM w_webmasters WHERE einddatum > '1000-01-01'";
$Query .= " ORDER BY updatemoment DESC";
print " ";
$GuestArray = mysql_query ($Query) or die ("Select Failed!");
while ($Guest = mysql_fetch_array ($GuestArray))
{
$postalcode = $Guest['postalcode'];
$compagny = $Guest['compagny'];
$webmastersname = $Guest['webmastersname'];
$cityt = $Guest['city'];
$countryt = $Guest['country'];
if ($countryt) {$countryz = ", " . $countryt;} else {$countryz = "";}
if ($cityt) {$cityz = ", " . $cityt;} else {$cityz = "";}
$discription = $Guest['discription'];
$discription = substr ($discription, 0, 500);
print "| $webmastersname | $postalcode | $compagny$cityz$countryz | $discription |
";
}
print "
";
?>
CLICK Here To Search The Directory For Webmasters By Their Skill And Location
OR, scroll through these listings manually.
$Query = "SELECT DISTINCT keyword1, keyword2, keyword3, keyword4, keyword5, description FROM w_wurls";
print " ";
$GuestArray = mysql_query ($Query) or die ("Select portfolio!");
while ($Guest = mysql_fetch_array ($GuestArray))
{
$keyword1 = strtolower ($Guest['keyword1']);
$keyword2 = strtolower ($Guest['keyword2']);
$keyword3 = strtolower ($Guest['keyword3']);
$keyword4 = strtolower ($Guest['keyword4']);
$keyword5 = strtolower ($Guest['keyword5']);
$description = $Guest['description'];
print "| $keyword1 | $description | $keyword2 | $keyword3 | $keyword4 | $keyword5 |
";
}
print "
";
?>
CLICK Here To Search The Directory For Webmasters By Their Skill And Location
OR, scroll through these listings manually.
$Query = "SELECT skill FROM w_skills";
$GuestArray = mysql_query ($Query) or die ("Select skill!");
while ($Guest = mysql_fetch_array ($GuestArray))
{
$skill = $Guest['skill'];
print "$skill
";
}
?>
CLICK Here To Search The Directory For Webmasters By Their Skill And Location
OR, scroll through these listings manually.
$Query = "SELECT osdb FROM w_osdb";
$GuestArray = mysql_query ($Query) or die ("Select Failed osbd!");
while ($Guest = mysql_fetch_array ($GuestArray))
{
$osdb = $Guest['osdb'];
print "$osdb
";
}
?>
CLICK Here To Search The Directory For Webmasters By Their Skill And Location
OR, scroll through these listings manually.
$Query = "SELECT role FROM w_roles";
$GuestArray = mysql_query ($Query) or die ("Select Failed!");
while ($Guest = mysql_fetch_array ($GuestArray))
{
$role = $Guest['role'];
print "$role
";
}
?>
CLICK Here To Search The Directory For Webmasters By Their Skill And Location OR, scroll through these listings manually.
$Query = "SELECT type FROM w_types";
$GuestArray = mysql_query ($Query) or die ("Select Failed!");
while ($Guest = mysql_fetch_array ($GuestArray))
{
$type = $Guest['type'];
print "$type
";
}
?>
CLICK Here To Search The Directory For Webmasters By Their Skill And Location OR, scroll through these listings manually.