admin-Login-Only is used to protect your webpages on www by assigning passwords. It keep your files and folders very secured using PHP sessions. Once you login you dont need to login again and you can view any secured pages by giving your username...
You can install the Member Login script on as many websites as you want. Installation file will set up the Member Login script for you. Simple copy/paste to place webform on your web pages. Members details - create as many members as you want;...
To keep your files and folders in a secured area, you need to construct a login form to restrict other resources. PHP gives you the best source by storing the login information into the MySQL table and validate the user and allow them to access...
PHP Login Script with Remember Me Feature is a PHP script with Mysql and uses cookies to maintain the users information even they close their browser. When the user marks the remember me option, two cookies will be stored on the users system. One...
php login script is a PHP based script used to store the usernames and passwords into Mysql database by encrypting them. Hence, this is encrypted it is very secured and highly stable. It authenticates the username and password from the user and it...
Simple Login/Registration Using Flash with PHP and mySQL is a tutorial for creating simple login or registration using flash5 with PHP and MySQL database backend. This is an preface to using mysql database and PHP in flash. The author clearly...
With MCLogin System your visitors can login or register a new account. It is written in PHP and the data is stored in a MySql database.Very easy to install or to customize to meet your needs. You can add it to your pages with just one link.
Golden Login Administration is used for secured login. It is written using PHP script and Mysql as database. It protects the pages from the non members using session and cookies. Each members will have an unique username and email, depends upon...
This is PHP based tutorial which is helpful for the PHP learners and for the developers that demonstrates them about how to implement PHP login system on their website. It offers many features like, visitor tracking, form helper, member levels,...
This login script encrypts the password and submits it in a unique hash on each login. Don't let your passwords travel across the net unprotected. Commented php and shouldn't be too hard to write into your existing scripts. |