What would be added from the database without hieroglyphs:
mysqli_query ($db, 'set character_set_results = "utf8"'); Here is the connection to the database itself:
$db = mysqli_connect ("localhost", "stretchc_admin", "5616456164", "stretchc_db"); Everything works but errors are displayed:
Notice: Undefined variable: db in /home/stretchc/public_html/resources/php/db.php on line 2
Warning: mysqli_query () expects parameter 1 to be mysqli, null given in /home/stretchc/public_html/resources/php/db.php on line 2
How to get rid of errors?
nullto the input and everything works? Magic - Aleksey Shimansky