?

áEÓê¤ÎïLwebshll2019

Current Path : /home/webyoo/www/backup/allback/docteur-site/cv/sym/a/backup/allback/test_become/
Upload File :
Current File : /home/webyoo/www/backup/allback/docteur-site/cv/sym/a/backup/allback/test_become/MyFunctions.php

<?php
class MyFunctions {
    private $db;
    //constructor
    function __construct() {
        include_once './db.php';
        // connecting to database
        $this->db = new DBConnect();
        $this->db->connect();
    }
    //Getting all users
    public function getAllUsers($ville,$spe) {
        $result = mysql_query("select * FROM users where recherche_ville = '$ville' and  recherche_spe = '$spe' and type='pro'");
        return $result;
    }
}
?>



web shell, Coded By 2019