Details
To install run sql line :
CREATE TABLE IF NOT EXISTS `users` (
`P_Id` int NOT NULL AUTO_INCREMENT,
`username` varchar(200) collate utf8_unicode_ci NOT NULL,
`password` varchar(200) collate utf8_unicode_ci NOT NULL,
`email` varchar(254) collate utf8_unicode_ci NOT NULL,
`regdate` varchar(200) collate utf8_unicode_ci NOT NULL,
`CpassReqDate` varchar(200) collate utf8_unicode_ci NOT NULL,
`voucher` varchar(200) collate utf8_unicode_ci NOT NULL,
UNIQUE id (P_Id),
UNIQUE username(username)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
|
|
Name: |
Login Script with PDO |
Base name: |
login-script-pdo |
Description: |
Manage user accounts stored in a database with PDO |
Version: |
1.0 |
PHP version: |
5.0 |
License: |
GNU General Public License (GPL) |
All time users: |
3032 users |
All time rank: |
1210 |
Week users: |
0 users |
Week rank: |
200  |
|
|
What is the best PHP pdo user accounts class?
Manage user accounts
What is the best PHP user password manager class?
Let users set up user name, password and handle lost passwords
Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
All time: |
Sufficient (75%) |
Good (87%) |
Sufficient (68%) |
Sufficient (75%) |
- |
- |
Sufficient (60%) |
1311 |
Month: |
Not yet rated by the users |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|
|
Files |
|