I was looking around for more "correct" login/logout portions of code, and found this one: http://snipplr.com/view/1079/auth/
I got two questions though that stop me from using it.
1: How would I instantiate the class, and use it in my script?(I know PHP but am just befuddled for some reason)
2: there's the following lines:
global $db;
$db->query("sql here...");
Nasıl yeryüzünde bir veritabanı nesnesi yapar? Belki ben komut dosyası dışında $db = mysql_connect(...)
gibi bir nesne oluşturmak gerektiğini düşünüyorum, ve global
sınıf dışında onu çağırıyor?
Bu sınıf aramak için nasıl biliyorsanız, diğerleri bir esinti gibi, bu benim için gerçekten çok yararlı olacak gibi görünüyor!