MySQL LoginMake PHP generated web content available only to you! I derived this function from some PHP code that I used on the administrative portion of my database dri...
Make PHP generated web content available only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are not null, and successfully create a database connection when passed with the mysql_connect function. If not, it displays the content of $LogInPage.