Hallo,
weniger ist manchmal mehr....
SELECT * FROM tabelle WHERE username LIKE '$username' LIMIT 1;
if($username == $row->username AND $passwort == $row->passwort)
{
//Eingelogt
}
MFG
Andavos
Hallo,
weniger ist manchmal mehr....
SELECT * FROM tabelle WHERE username LIKE '$username' LIMIT 1;
if($username == $row->username AND $passwort == $row->passwort)
{
//Eingelogt
}
MFG
Andavos