Recent Posts WordPress custom query for get data from wp_post table This mysql query help to get data from the wp_posts table of the wordpress.It will get any data from the wp_post table.Only you ... By Sumith HarshanJuly 28, 2012
PHP PHP add element to an array How to add new element to an array using php.array_push() php core function can be use for this.It will adding new element to ... By Sumith HarshanJuly 27, 2012
PHP PHP get array size How to get array size of the php.Simply php count() and sizeof() functions get array size. By Sumith HarshanJuly 27, 2012
PHP PHP get duplicate values count in an array If you want to get duplicate values count in an array,this method can be use easily.It will display array values all count. By Sumith HarshanJuly 27, 2012
PHP PHP find elements in an array How can I find elements in an array using php.Here is a simple small example to find element an array.Youcan use php in_array() ... By Sumith HarshanJuly 27, 2012
PHP PHP Validate Email Address How to validate Email address using php.This can be easily done by php regular expressions. Here is a email validation example.Only you have ... By Sumith HarshanJuly 27, 2012
Recent Posts Get Twitter feeds to your web site using JQuery Add twitter feeds to your website is easier using JQuery by placing a link to it in your page’s header.And put the twitter ... By Sumith HarshanJuly 27, 2012
Recent Posts JQuery error() method What is the error() method of the jquery and how to use it.This article is describing how to use it,usages,issues and so on.The ... By Sumith HarshanJuly 25, 2012
Recent Posts Java Script check date range is valid or not Q:- I want to validate date range or if exist date range by using java script. Answer :- This is can be done ... By Sumith HarshanJuly 25, 2012
Recent Posts JQuery access iFrame elements When we working with iframe if we want to access iframe elements using JQuery.If you try to access using ID, class or other ... By Sumith HarshanJuly 23, 2012