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() function to this.
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 to call to this validation function and…
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 feeds div anywhere you want your tweets…
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 error event is sent to elements, such…
Q:- I want to validate date range or if exist date range by using java script.
Answer :-
This is can be done using Date() object.Look at the following function.It will return…
When we working with iframe if we want to access iframe elements using JQuery.If you try to access using ID, class or other attributes may be you can't access those.Here…
How to detect this is a iframe or not, using php.You can check the referrer to determine if a request came from a another page on your own site or…
Sometimes when we using php, we want to convert php array to java script array.php array can be convert to java script easily.Here is a easy and best methods to…
How can I detect browser using php.You can use php server variable $_SERVER['HTTP_USER_AGENT'] for this.It will return about the user's operating system, as well as their browser.It contents of the…
Here is a simple small function to delete all cookies using java script.You have to only call to this function.You can test this using firebug console.You can only remove cookies…