Hide and show a DIV – jQuery toggle() methods!
It is very simple to hide and show a div with the help of show() and hide() jQuery functions, almost […]
Have you ever tried refreshing a page with PHP? Most of the time we do refresh the page with either
If you are a PHP programmer you could have used header() function plenty of times redirecting a page to another
This is a beginner tutorial of MySQL which shows you how to create a MySQL database and a table in
All the development works mostly we are doing in localhost and using htaccess to get a SEO friendly URL is
Do you forget your password? or Forget password option in wp-admin not helping you? Then at least you should have
When we install WordPress sometimes we forget to give our own username!! when we do so, wordpress will take default
What is Constants in PHP and it use? Defining a Constant in PHP will help you if you are going
We some time need to extract the email address from a long string or text paragraphs. Lets say we have
Often we use arrays but most of the time we forget about the keys in an Array(). If you are