nameadder
... is no run of the mill
MSN Names and Nicknames site! It is infact, the first, fully interactive Name, Screen Name and Nickname site on The Internet!
Using the form below, you can submit your very own MSN Name or Nickname and have it appear on our site. The name submissions are moderated 24 hours a day! You can also vote on your favourite name!
latestnames
The MSN Names, Nicknames and Screen Name List below shows the latest names to be submitted and approved by our team of moderators!
';
for($i = 0; $i < $num_rows; $i++)
{
$r = mysql_fetch_array($result);
if($i % $columns == 0)
{
echo '
';
}
$getNameLength = strlen($r['theName']);
$nameShort = substr($r['theName'], 0, 45);
if($getNameLength > 45) {
$nameShort = $nameShort .'...';
}
$catName = $r['catName'];
$catNameLink = replaceForLink($catName);
echo '| ' . $catName . ' | ' . $nameShort . ' | ';
if(($i % $columns) == ($columns - 1) || ($i + 1) == $num_rows)
{
echo "
\n";
}
}
echo '';
?>