How to organise your email with Windows Live Hotmail?

These days most of businesses are dealing with email, ebill and electronic documents. This is really good environmentally friendly, quick and secures system. Therefore our inbox fills up with hundreds of email in a few months.
It is very difficult to search a particular email from thousands of email unless you have applied relevant category on each email. It is very easy and it can organise with just few click of your mouse. Windows live hotmail offer the standard categories in a list but if you want to add some more then follow the stapes on new category.
Now you can filter and view your emails according to categories, for example if you are looking for emails for phone bill then all bills related email will be found under bills category. If you want, you can give more than one categories to each email.
User Comments
$sql = mysql_query("SELECT * FROM comment WHERE ap='y' and how_name='How to organise your email with Windows Live Hotmail' ORDER BY no DESC"); $nr = mysql_num_rows($sql); if (isset($_GET['pn'])) { $pn = preg_replace('#[^0-9]#i', '', $_GET['pn']); } else { $pn = 1; } $itemsPerPage = 10; $lastPage = ceil($nr / $itemsPerPage); if ($pn < 1) { $pn = 1; } else if ($pn > $lastPage) { $pn = $lastPage; } $centerPages = ""; $sub1 = $pn - 1; $sub2 = $pn - 2; $add1 = $pn + 1; $add2 = $pn + 2; if ($pn == 1) { $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; } else if ($pn == $lastPage) { $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; } else if ($pn > 2 && $pn < ($lastPage - 1)) { $centerPages .= ' ' . $sub2 . ' '; $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; $centerPages .= ' ' . $add2 . ' '; } else if ($pn > 1 && $pn < $lastPage) { $centerPages .= ' ' . $sub1 . ' '; $centerPages .= ' ' . $pn . ' '; $centerPages .= ' ' . $add1 . ' '; } $limit = 'LIMIT ' .($pn - 1) * $itemsPerPage .',' .$itemsPerPage; $sql2 = mysql_query("SELECT * FROM comment WHERE ap='y' and how_name='How to organise your email with Windows Live Hotmail' ORDER BY no DESC"); $paginationDisplay = ""; if ($lastPage != "1"){ $paginationDisplay .= 'Page ' . $pn . ' of ' . $lastPage. ' '; if ($pn != 1) { $previous = $pn - 1; $paginationDisplay .= ' Back '; } $paginationDisplay .= '' . $centerPages . ''; if ($pn != $lastPage) { $nextPage = $pn + 1; $paginationDisplay .= ' Next '; } } while($row = mysql_fetch_array($sql2)){ echo "
{$row['name']} Says
". "Posted on: {$row['time']}
". "{$row['message']}
". "