CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - php-login-script-v1.0
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
xml-soap-webservice
Remote Control
P2P
TCP/IP stack
SNMP
Grid Computing
CloudComputing
Search - php-login-script-v1.0 - List
[
Internet-Network
]
php-login-script-v1.0
DL : 0
PHP编写的用户登录 注册程序 通过MYSQL数据验证 密码修改等功能-Requirements - MySQL 3.x or later - PHP 4+ with GD Library - Apache Server - Linux How to Install 1. First create a mysql database (say phplogin) for a particular user name (say guest) and password ( say guest). Then give all previleges of database to the user. 2. Copy the following SQL to create a table and structure CREATE TABLE `users` ( `id` int(20) NOT NULL auto_increment, `full_name` varchar(200) collate latin1_general_ci NOT NULL default , `user_name` varchar(200) collate latin1_general_ci NOT NULL default , `user_pwd` varchar(200) collate latin1_general_ci NOT NULL default , `user_email` varchar(200) collate latin1_general_ci NOT NULL default , `activation_code` int(10) NOT NULL default 0 , `joined` date NOT NULL default 0000-00-00 , `country` varchar(100) collate latin1_general_ci NOT NULL default , `user_activated` int(1) NOT NULL default 0 , PRIMARY KEY (`id`) ) 3. Open dbc.php to edit mysql database name, user name and password.
Date
: 2025-12-19
Size
: 18kb
User
:
issuoow
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.