Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=83604
Postga havola
developer [323] [off]
<!DOCTYPE html> <html> <head> <title>sonni aniqlab yozmasini topish</title> </head> <body> <form> <input type="text" name="soz"> <input type="submit" name="ok"> </form> </body> </html> <?php //print_r($handle); if ($_GET['soz'] == $r['1']) { echo "Dastur aktivlandi!"; } else{ echo "Kalit xato!"; } } ?>