Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Php post request

<html>  
   <body>  
     
      <form action = "posttest.php" method = "post">  
         Username: <input type = "text" name = "username" /> <br>  
         Blood Group: <input type = "text" name = "bloodgroup" /> <br>  
         <input type = "submit" />  
      </form>  
        
   </body>  
</html>  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Php #post #request
ADD COMMENT
Topic
Name
5+4 =