Wednesday, March 6, 2019
Php two
<body>
<form action = "" method = "post">
<label> Enter name </label>
<input type = "text" name = "txtname"/>
<input type = "submit" value = "Save" name = "b1"/>
</form>
<?php
if(isset($_POST['b1'])){
$name = $_POST['txtname'];
?>
<h1> your name is : <?php echo $name ?> </h1>
<?php
}
?>
</body>
Subscribe to:
Post Comments (Atom)
-
Alter table "Table_Name" Add 'New_Column_Name' 'Datatype'; alter table product Add quantity bigint;
-
<?php if (isset($_POST['Add'])){ $a = $_POST['num1']; $b = $_POST['num2']; $c = $a + $b ...
-
Ans: The .Net Framework is an infrastructure that enables building, deploying and running different types of applications and services using...
No comments:
Post a Comment