<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

referer method in symfony.

Referrer method in symfony. This is very useful method and used to redirect back to sender page.

11 years ago

array_reverse in PHP

array_reverse is one of array functions in php. It takes an input array and returns a new array with the…

11 years ago

Jquery ajax validation using remote rule.

The remote rule can be used to validate through ajax call. Field value will be passed through data and the…

11 years ago

Custom queries in wordpress

We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to…

12 years ago

Contact us form not sending email: magento

I was working on a magento site and setup contact form but that wasn’t sending email, just posted on contact…

12 years ago

How to display users Gravatar image?

Many users have images on Gravatar. If you want to dispaly user's Gravatar image then you just need email address…

12 years ago

Add CSS attributes to Symfony form label

You can add custom CSS attributes like class or id to Symfony form labels as following. Passing null as the…

12 years ago

How to get current page id outside loop in wordpress?

Get page id in wordpress. You can get current page id outside loop in worpress by following statements.

12 years ago

How to query custom fields via meta_query?

Wordpress has vast functionality to customize and we can create custom post types and custom fields as many as we…

12 years ago

List of CMS for blogs and websites

There are a lot of open source content management systems and blogging systems. Wordpress is very famous for blogging but…

12 years ago