I am making a php/mysql based login system and im trying to find how to conect with a database
in the script it says:
<?php
$host="localhost"; // Host name
$username=""; // Mysql username
$password=""; // Mysql password
$db_name="test"; // Database name
$tbl_name="members"; //...