Saturday, August 19, 2017

show the code in "test_get.php.

The example below shows the code in "test_get.php":

Example

<html>
<body>

<?php
echo "Study " . $_GET['subject'] . " at " . $_GET['web'];
?>


</body>
</html>