added orai
This commit is contained in:
12
20240919/process.php
Normal file
12
20240919/process.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$vane = false;
|
||||
|
||||
$szoveg = $_POST['szoveg1'];
|
||||
if (isset($szoveg) && strlen($szoveg) >= 5 ){
|
||||
if (str_contains($szoveg, "alma")){
|
||||
$vane = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user