We all know both the functions include and include_once in PHP will insert the content of the PHP file into another PHP file. Sometimes people may ask
Almost all of us know how to do a JavaScript validation, but you know there is a simple way to validate a form using HTML5?
This kind of questions are asked many times in many Interviews, so better we should know how to answer them. Let’s create a table first
This question often asked in Interviews in many ways, such as 1. how to find the second highest salary in MySQL 2. how to find
In this tutorial I’m going to show you how to load an external website into a div using jQuery and a simple HTML code. And
This tutorial shows you how to load an external website with a simple HTML tag which you may have already heard but not used much.
We all know array is a special variable, which can hold more than one value right?. And you could have used array in server side
This post explains you how to use two or more submit buttons in a single HTML form using PHP technology. HTML Part:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<html> <head><title>Two Submit buttons in a Single Form!</title></head> <body> <form action="" method="post"> <h2>Two Submit Button with PHP</h2> <input type="submit" name="submit1" value="btn1" /> <input type="submit" name="submit2" value="btn2" /> </form> </body> </html> |
See the
I’m going to show you how to use two submit buttons in a Form using JavaScript. It’s not so hard as you think. First start
Google Analytics is a free account provided by Google for tracking your website traffic, visitors, keywords, real time visitors etc. Adding Google Analytics code in