Skip to content

Instantly share code, notes, and snippets.

View AboliOneStar's full-sized avatar

Abolfazl dadashzadeh AboliOneStar

View GitHub Profile
@AboliOneStar
AboliOneStar / Similar.php
Last active July 6, 2020 18:24
با این سورس میتونید دو تا جمله رو با هم مقایسه کنید ببینید معنیشون یکی هست یا نه ساده هست ولی جالب
<?php
// TG: t.me/Pgming
$r = false;
if(isset($_POST['sbm'])){
$i1e = preg_split("/[\s,.-]+/", $_POST['i1']);
$i2e = preg_split("/[\s,.-]+/", $_POST['i2']);
$len = count($i1e);
$len1x = $len/2;
$match = 0;
foreach ($i1e as $f1) {