<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

PHP

How to get last month starting ending date using php?

We can find last month starting ending date by using php functions strtotime and date. For last month last we…

12 years ago

Date Addition and Subtraction in PHP

While development, you might need to add or subtract date from other date. It's very easy via PHP date and…

13 years ago

How to configure multi store in OpenCart?

Many of you might use opencart for online store development. Opencart can also be used for multi store with single…

13 years ago

Images are not appearing in magento cms editor

I worked on a magento project on which cms images were not appearing in editor and also on front end.…

13 years ago

How to change opencart website URL?

If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php…

13 years ago

Create sub domains on apache localhost.

Today I will tell you how to create sub domains on your localhost system using apache. It's very easy just…

13 years ago