query("SELECT * FROM fazs WHERE name LIKE '%$Name%' OR name2 LIKE '%$Name%'LIMIT 40");
//print_r( $Query);
echo $con;
//Query execution
$ExecQuery = MySQLi_query($con, $Query);
//Creating unordered list to display result.
echo '
';
//Fetching result from database.
//while ($Result = MySQLi_fetch_array($ExecQuery)) {
//while ($Result = MySQLi_fetch_array($Query)) {
while($Result = $Query->fetch_assoc()) {
?>