first commit
This commit is contained in:
9
Suli/13.b/Backend/2024. 09. 19/ot1.php
Normal file
9
Suli/13.b/Backend/2024. 09. 19/ot1.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$vane = false;
|
||||
$szov = $_POST["szoveg1"];
|
||||
if (isset($_POST["szoveg1"]) && strlen["szoveg1"] >= 5) {
|
||||
if (strpos($szov, "alma") != false) {
|
||||
$vane = true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user