Have you ever tried refreshing a page with PHP? Most of the time we do refresh the page with either meta tag http-equiv=REFRESH or JavaScript.
If you are a PHP programmer you could have used header() function plenty of times redirecting a page to another page right? for eg:
1 2 3 4 5 |
<?php header('Location: newpage.php'); ?> |
This is a beginner tutorial of MySQL which shows you how to create a MySQL database and a table in phpMyAdmin step by step with
All the development works mostly we are doing in localhost and using htaccess to get a SEO friendly URL is becoming a part of almost
Do you forget your password? or Forget password option in wp-admin not helping you? Then at least you should have database server phpMyAdmin access to change
When we install WordPress sometimes we forget to give our own username!! when we do so, wordpress will take default username as ‘admin’. Once you
What is Constants in PHP and it use? Defining a Constant in PHP will help you if you are going to use a value through
We some time need to extract the email address from a long string or text paragraphs. Lets say we have a long paragraph which is
Often we use arrays but most of the time we forget about the keys in an Array(). If you are the programmer who uses only
Yep, as I said in the title this could be the very simple and very minimal code used for the CSS Flip Animation. This tutorial