Search
 
SCRIPT & CODE EXAMPLE
 

PHP

php form get

<form action="myaction.php" method="post">
 <p>Your name : <input type="text" name="name" /></p>
 <input type="submit" value="Submit">
</form>

// myaction.php
Hello <?php echo htmlspecialchars($_POST['name']); ?>
Comment

PREVIOUS NEXT
Code Example
Php :: Error: php@7.2 has been disabled because it is deprecated upstream! 
Php :: xendit callback 
Php :: laravel faker examples 
Php :: carbon 2 days ago 
Php :: Laravel 8 query builder, Inner Join Clause 
Php :: Laravel loop iternation pagination issue 
Php :: laravel where in subquery 
Php :: get current user email wordpress 
Php :: laravel get only relationship 
Php :: get all errors view laravel 
Php :: copy env example to .env in laravel 
Php :: get word between two characters php 
Php :: vue mouseover 
Php :: php favicon 
Php :: how to remove public from url in laravel 8 
Php :: laravel public access inserver using htaccess 
Php :: drupal 8 get field entities 
Php :: insert php variable css 
Php :: php function to convert string to camelcase 
Php :: upppercase php 
Php :: laravel if file is image 
Php :: Searching the array for multiple values 
Php :: laravel middleware check if user is logged in 
Php :: laravel migration change column length 
Php :: laravel validation array 
Php :: php get unique values by key from array 
Php :: twig trim space 
Php :: get last id in laravel 
Php :: joomla login link 
Php :: php if string contains 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =