2 include("encrypt.php");
3 $notipath = new Message
;
4 $fObj = new Follower($notipath);
5 if (!isset($_COOKIE['DMDM']) && !isset($_COOKIE['MDMD'])) {
10 $userID = strip_tags(trim($_POST['userID']));
11 $userID = (filter_var($userID, FILTER_VALIDATE_INT
)) ?
$userID : "NG";
13 $exists = $fObj->checkFollow($userID);
17 $fObj->addLines($userID);
20 $array = $fObj->array;
21 $finalValue = $fObj->removeID($array, $userID);