Related Articles
Simple PHP Dropdown Menu Example
<html> <title>PHP Dropdown Menu Example</title> <head></head> <body> <form method=”POST” action=”phpdropdown.php”> <select name=”user”> <option value=”vivek” selected=’selected’>Vivek</option> <option value=”Raj”>Raj</option> <option value=”Vicky” >Vicky</option> </select> <input type=”submit” name=”go” value=”Go”> </form> </body> </html> <?php if(isset($_POST[“user”])) { $user = $_POST[“user”]; echo $user; } ?> To get selected value use this < option value=”vivek” selected=’selected’>Vivek </ option> Use this at top for […]
What is SVN A SVN D SVN U SVN C SVN G
In sub version SVN below characters have the following meaning, for the result codes on the command line. A Added D Deleted U Updated C Conflict G Merged The character in first column says an update to actual file, while updates to the file’s property’s are shown in the second column.
5 Best Open Source Human Resource Management Software Systems using PHP and MySql
If you are in need of Open Source Human Resource Management Software then this article has the list of the best Open Source Human Resource Management Software tools that you can use for your company or for personal purposes. Open Source HRM Software Below you can see the best list of Open Source human resource […]