cat_name; if($_REQUEST['category']) $sql = "SELECT * FROM tbl_portlogos AS t1, tbl_logo_photo AS t2 WHERE t1.name = t2.name and t1.category='".$catname."'"; else $sql = "SELECT * FROM tbl_portlogos AS t1, tbl_logo_photo AS t2 WHERE t1.name = t2.name"; $res=mysql_query($sql) or die(mysql_error()); $row_tot=mysql_num_rows($res); $row_tot; if ($pg == "") { $pg = 1; } $image_per_page = 3; $from = ($pg - 1) * $image_per_page; if($_REQUEST['category']) { $sql = "SELECT t1.title as title,t2.file as pfile, t2.filename as filename FROM tbl_portlogos AS t1, tbl_logo_photo AS t2 WHERE t1.name = t2.name and t1.category = '".$catname."'"; } else { $sql = "SELECT t1.title as title,t2.file as pfile, t2.filename as filename FROM tbl_portlogos AS t1, tbl_logo_photo AS t2 WHERE t1.name = t2.name "; } $sql .= "LIMIT $from, $image_per_page"; $res=mysql_query($sql) or die("Can't open the Table".mysql_error()); $no=mysql_num_rows($res); if($no == 0) { $port.=""; } if($no>0) { $col=1; $port =""; while($data=mysql_fetch_array($res)) { if($col>1) { $port .=""; $col=1; } $title =$data[title]; $file =$data[pfile]; $filename=$data[filename]; $Bsql ="SELECT filename, file FROM new_logo WHERE name = '$filename'"; $Bres =mysql_query($Bsql) or die("Can't open the Table"); $Bno =mysql_num_rows($Bres); if($Bno>0) { while($data=mysql_fetch_array($Bres)) { $ptitle=$data[file]; $pfile=$data[filename]; } } $size = @getimagesize("port_logos/$pfile"); $width=$size[0]+10; $height=$size[1]+50; $ptitle=ucwords($ptitle); $title=ucwords($title); $port .= "\n"; // $port .= "
No Logos found under this category
\n"; $port .= "
$title
"; $port .= "\"\"
\n"; $col++; } $port .=""; } ?> Logo Design - Corporate Logo Design - Custom Logo Design<Title> <meta name="keywords" content="logo design india, logo design india, logo design services, custom logo, custom logo design, business logo, business logo design, logo designing india, graphic design, graphic designer, graphic designers, computer graphic design, corporate logo design, graphic design companies, corporate identity, corporate id."> <meta name="description" content="G-ants is a leading, highly innovative Website Design and development Company from India provide Logo Design, Corporate Logo Design, Custom Logo Design, Business Logo, Banner Design, Flash Design, Brochure Design."> <meta name="Subject" content="Logo Design"> <meta name="Language" content="English"> <meta name="Robots" content="All"> <meta name="Distribution" content="Global"> <meta name="Revisit-After" content="7 Days"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href="images/style.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> <script language="JavaScript" src="mm_menu.js"></script> </HEAD> <BODY BGCOLOR=#FFFFFF> <!-- ImageReady Slices (demo3.psd) --> <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD height="13" background="images/index_01.gif"></TD> </TR> <? include "header.htm"; ?> <TR> <TD height="113" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20%" height="619" valign="top"> <? include "left.htm"; ?></td> <td align="center" valign="top"><table width="99%" border="0" align="right" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td height="6"></td> </tr> <tr> <td><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="13" height="35" align="left"><img src="images/lefttitle.gif" width="19" height="35"></td> <td width="383" align="left" background="images/centertitle.gif" ><a class="text4" href="case.html">Web Development</a></td> <td width="383" align="left" background="images/centertitle.gif" ><a class="bluetext" href="Portfolio.html">Web Design</a> </td> <td width="383" align="left" background="images/centertitle.gif" ><a class="text4" href="portfolio/flash_portfolio.php">Flash Portfolio</a> </td> <td width="13" align="right"><img src="images/righttitle.gif" width="19" height="35"></td> </tr> </table></td> </tr> <tr> <td height="10"></td> </tr> <tr> <td valign="top"><table width="98%" border="0" align="right" cellpadding="0" cellspacing="0"> <tr> <td class="orenge1"> </td> </tr> <tr> <td height="5" class="link1" align="center">      <a href="Portfolio.html" class="link1"><img src="images/bullet5.gif" width="7" height="7" border="0"> Template Design</a>        <a class="bluetext"><img src="images/bullet5.gif" width="7" height="7" border="0"> Logo Design</a>        <a href="Portban.html" class="link1"><img src="images/bullet5.gif" width="7" height="7" border="0"> Banner Design</a>        </td> </tr> <? $sample=$_REQUEST['pg']; if($sample=='1' || $sample=='') { ?> <tr> <td height="17" class="text" style="padding-left:10px"> </td> </tr> <? } ?> <tr> <td ><h1><span class="text4">Custom Logo Design</span></h1> <div align="justify"><span class="text5">Custom logo design places an important role in designing a website. A logo design (custom) should depict a company’s directions, visions and theme. The logos we design will create you an identity, impression. The logos we design will differentiate you from your competitors. We offer high quality, professional corporate logo design with cutting edges designs at an affordable cost.The logo design, <strong>Corporate logo design</strong> and <strong>Custom logo design</strong> we provide will be with high quality, cutting edge design and with maximum level of professionalism. <br> <br> To know more about our skills in custom log design and corporate logo design please have a look at our sample works below.</span> </div></td> </tr> <tr> <td valign="top" style="padding-left:100px "> </td> </tr> <tr> <td height="22" class="text2" style="padding-left:10px"> <table width="95%" border="0" align="center" cellpadding="2" cellspacing="4" bordercolor="eae8e8"> <tr><td class=text><b>Select Category: </td><td> <form name="form1" method="post"> <select name="category" onChange="javascript:document.form1.action='Portlogo.html';document.form1.submit();"> <option name="select" value="0">All</option> <? $catquery = "select * from tbl_category order by cat_name"; $catresult = mysql_query($catquery) or die (mysql_error()); while($cat=mysql_fetch_object($catresult)) { $cname = $cat-> cat_name; $cid = $cat->cat_id; if($_REQUEST[category]== $cid) { echo "<option name=cname value=$cid selected>"; echo $cname; echo "</option>"; } else { echo "<option name=cname value=$cid>"; echo $cname; echo "</option> "; } } ?></form> </td> </select> </tr> <? echo $port; $total = $row_tot / $image_per_page; $i = 0; $page = ""; if($no == 0) { $page .= ""; }else { $page .= "<tr bordercolor='#ffffff'><td align='left'><a class='link5' href='#Top'><img src=\"images/up.jpg\" width=\"15\" height=\"15\" alt=\"\" border=\"0\"> Top</a></td><td colspan='2' align=\"right\"> "; } if($pg >1) { $pre=$pg-1; $cat= $_REQUEST['category']; $page .= " <a class='page' href='$PHP_SELF?pg=$pre&category=$_REQUEST[category]'><img src=images/pre.jpg width=\"15\" height=\"10\" alt=\"Previous\" border=\"0\"></a>"; } else { $page .= " <img src=images/pre.jpg width=\"15\" height=\"10\" alt=\"\" border=\"0\">"; } while ($i < $total) { $i++; if ($i == $pg) { $page .= "<span class='currentpage'> [$i] </span> "; } else { if($_REQUEST['category']) { $page .= "<a class='link5' href='$PHP_SELF?pg=$i&category=$_REQUEST[category]'> $i </a>"; } else { $page .= "<a class='link5' href='$PHP_SELF?pg=$i'> $i </a>"; } } } if($pg < $total) { $post=$pg+1; $cat= $_REQUEST['category']; $page .= " <a class='page' href='$PHP_SELF?pg=$post&category=$_REQUEST[category]'><img src=\"images/next.jpg\" width=\"15\" height=\"10\" alt=\"Next\" border=\"0\"></a>"; } else { $page .= " <img src=\"images/next.jpg\" width=\"15\" height=\"10\" alt=\"\" border=\"0\">"; } $page .= "</td></tr>"; //$page .= "</td><td class='link5' align='right'><a class='link5' href='#Top'>Top</a></td></tr>"; echo $page; ?> </table><br> </TD></TR> </table>  </td> </tr> <tr> <td class="text2" style="padding-left:10px"> </td> </tr> <tr> <td class="text2" style="padding-left:10px"> </td> </tr> </table></td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table></TD> </TR> <TR> <TD align="center"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="25" align="right" bgcolor="#FFFFFF" class="text"><span class="text" style="padding-right:40px"><a href="sitemap.html" class="text"><img src="images/sitemap.jpg" width="11" height="11" border="0" />  Site Map</a> <a href="#" class="text">    </a><a href="links.html" class="text"><img src="images/link.jpg" width="11" height="9" border="0" /></a>  <a href="links.html" class="text">Links</a></span></td> </tr> <tr> <td height="25" align="center" bgcolor="#E9E9E9" class="text" style="padding-right:40px"><a href="our_other_domains.html" class="link4">Our Other Domains </a> | <a href="seo_services.html" class="link4">SEO Services India </a> | <a href="Portfolio.html" class="link4">Template Design </a> | <a href="Portlogo.html" class="link4">Logo Designing Company </a> | <a href="Portban.html" class="link4">Web Banner Design</a> | <a href="Porticon.html" class="link4">Icon Design</a> | <a href="web_development_services_india.html" class="link4">Web Development Services </a></td> </tr> <tr> <td height="20" align="center" bgcolor="#505050"><span class="copyright">Copyright © 2003-2008 www.g-antssoft.com All Rights Reserved</span></td> </tr> </table></TD> </TR> <!-- <? include "footer.htm";?> --> </TABLE> <!-- End ImageReady Slices --> <!-- phpmyvisites --> <a href="http://www.phpmyvisites.net/" title="Free web analytics, website statistics" onclick="window.open(this.href);return(false);"><script type="text/javascript"> <!-- var a_vars = Array(); var pagename=''; var phpmyvisitesSite = 1; var phpmyvisitesURL = "http://www.g-antssoft.com/phpmyvisites_2_2/phpmv2 /phpmyvisites.php"; //--> </script> <script language="javascript" src="http://www.g-antssoft.com/phpmyvisites_2_2/php mv2/phpmyvisites.js" type="text/javascript"></script> <noscript><p>Free web analytics, website statistics <img src="http://www.g-antssoft.com/phpmyvisites_2_2/php mv2/phpmyvisites.php" alt="Statistics" style="border:0" /> </p></noscript></a> <!-- /phpmyvisites --> <!-- Google Analytics Code Start --> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-4704742-1"; urchinTracker(); </script> <!-- Google Analytics Code End --> </BODY>