PHP/AJAX Login
To make it work on another server
- just fill out your database connection credentials in: technik/config.php
$dbhost = "localhost"; $dbuser = "yourdbuser"; $dbpass = "yourdbpassword"; $dbname = "yourdbname";
- Import the file technik/benutzer.sql to create the database-table