Ask Your Question By Comment We Will Give You Better Solution Soon

Wednesday 4 November 2015

Website Design And Development Diwali Offers :

Quality Zone Infotech is wishing you all an Advance Happy Diwali 2015. Let s hope The Diwali
Festival of light bring a big success in your business. Grab our Special Packages for the this 
Diwali!

Festive season is just around the corner and we would like you to be a part of festivities. Lets 
bring in this festive season with a BIG bang! .
May I know in which Service are you interested in?

We offer complete Web  solutions with reasonable price.(Till 11th November, 2015)
 Ecommerce Website Design And Development With All Features Only in     23000 INR
 Dynamic Business Website 8-10 Pages Only In     8000 INR
 SEO And SMO Promotion     11500 INR/Month.
 Content Writing Only in     50 Paise Per Word
 10% Off On Domain Name And 12% Off On Web Hosting.


Thursday 11 June 2015

Menu and Sub menu code example

+++++++++++++= Copy and Past this ++++++++++++++++++++++++++++++++++


<html>
<head>
<title>Example of Menu and Submenu</title>
<style type="text/css" media="screen">
#hmenu ul {
padding:1;
margin:1;
list-style:none;
}
#hmenu li {
float:left;
position:relative;
padding-right:50;
display:block;
}
#hmenu li ul {
display:none;
position:absolute;
}
#hmenu li:hover ul {
display:block;
height:auto;
width:8em;
}
#hmenu li ul li {
clear:both;
border-style:none;
}
</style>
</head>
<body>
<div id="hmenu">
  <ul>
    <li><a href="#">Hero Bike</a>
      <ul>
        <li><a href="#">Hero Honda</a></li>
        <li><a href="#">CBZ</a></li>
        <li><a href="#">Sport</a></li>
        <li><a href="#">CD Delux</a></li>
      </ul>
    </li>
    <li> <a href="#">Bjaj</a>
      <ul>
        <li><a href="#">Pulsure</a></li>
        <li><a href="#">Discover</a></li>
        <li><a href="#">Bjaj</a></li>
        <li><a href="#">try</a></li>
      </ul>
    </li>
    <li> <a href="#">Bullat</a>
      <ul>
        <li><a href="#">Royal Enfield</a></li>
        <li><a href="#">GHX</a></li>
        <li><a href="#">CBG</a></li>
      </ul>
    </li>
  </ul>
</div>
</body>
</html>
Any Other Help contact:<a href="www.qualityzoneinfotehc.com">Quality Zone Infotech</a>ef="www.qualityzoneinfotehc.com">Quality Zone Infotech</a>

Wednesday 4 February 2015

Cannot access cPanel or Webmail or WHM

Dear Friends,
There is a best solution for your problem Use this and comment your experience :

ServiceStandard portSecure portProxy subdomain
cPanel20822083cpanel.example.com
Webmail20952096webmail.example.com
WHM (Only on VPS and dedicated servers)20862087whm.example.com

Monday 2 February 2015

Changes in php.ini File

Go to-: wamp-: PHP -: php ini



Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M