Answers for "getting parameter from url and passing it to GET method with pgp"

PHP
19

php get

<form action="/" method="get">
  <input type="text" name="name">
  <br>
  <input type="submit">
</form>
<?php
  echo $_GET["query"];
?>
Posted by: Guest on October-03-2020

Code answers related to "getting parameter from url and passing it to GET method with pgp"

Browse Popular Code Answers by Language