php

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

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…

11 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…

12 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