il deal with
This commit is contained in:
parent
662dfbe212
commit
5c0c3b1cea
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
<?php
|
||||
// The global $_POST variable allows you to access the data sent with the POST method by name
|
||||
// To access the data sent with the GET method, you can use $_GET
|
||||
$say = htmlspecialchars($_POST['say']);
|
||||
$to = htmlspecialchars($_POST['to']);
|
||||
|
||||
echo $say, ' ', $to;
|
||||
?>
|
Loading…
Add table
Reference in a new issue