Nazwa mojej bazy to: amy_for_user
Nazwa tabelki z użytkownikami to: users
Mam już takie coś:
$con=mysqli_connect("localhost","amy","password","amy_for_user"); // Section execute: Count Users // Print in html with integer number mysqli_close($con);
Połączenie do bazy mam, ale dalej nie wiem co zrobić ;(