简单用户注册程序

2016-01-29 14:21 3 1 收藏

简单用户注册程序,简单用户注册程序

【 tulaoshi.com - PHP 】

  第一步:首先做一个如下页面。
<html
<head
<title申请帐号</title
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"
<style type="text/css"
<!--
.p11 {  font-size: 10pt; color: #000000; text-decoration: none}
.c3a {font-size: 9pt; color: #000000; background-color: #ffffff; border: 1 solid #ff9900}
--
</style
</head

<body bgcolor="#FFFFFF" topmargin="0"
<table width="440" border="0" cellspacing="0" cellpadding="0" align="center"
  <form method="post" action="zc.php"
    <tr  
      <td width="230"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121010263330279.gif"" width="200" height="30"</td
      <td width="210" class="p11" valign="bottom"<font color="#FF6699"*</font为必填项</td
    </tr
   
</table
  <table width="440" border="1" cellspacing="0" cellpadding="0" align="center" bgcolor="#eeeeee" bordercolordark="#eeeeee" bordercolorlight="#ffcf60"
    <tr  
      <td colspan="2"
        <table width="100%" border="0" cellspacing="0" cellpadding="0"
          <tr
            <td width="56%"  
              <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="170"
                <tr  
                  <td width="111" class="p11"  
                    <div align="right"用户名:</div
                  </td
                  <td width="207" class="p11"  
                    <input type="text" name="name" size="20" class="c3a"
                  <span class="p11"<font color="#FF6699"*</font</span </td
                </tr
                <tr  
                  <td width="111" class="p11"  
                    <div align="right&q

来源:https://www.tulaoshi.com/n/20160129/1493070.html

延伸阅读
标签: ASP
  2. ASP代码(设立一DSN,请改动begin.asp) ---------------------------------- -----文件reg_step2.asp <% ValidCodeLogin=Request.QueryString("VailCodeLogin") u_name=Request.QueryString("name") if ValidCodeLogin="" or u_name="" then Response.Redirect "reg_step1.asp&qu...
标签: ASP
  用户注册册及确认在线的ASP程序。 1. SQL的表及储存过程 --------------------------------------------- CREATE TABLE [dbo].[userbaseinfo] (     [userid] [varchar] (50) NOT NULL ,     [password] [varchar] (50) NOT NULL ,     [validcodelogin] [char] (50) NOT ...
标签: ASP
  2. ASP代码(设立一DSN,请改动begin.asp) ---------------------------------- ------文件begin.asp <% Set Con = Server.CreateObject( "ADODB.Connection" ) Con.Open "test" ,"test","test" % -----文件reg_step1.asp <html <head <title会员注册--基本信息</title <met...
一 安装oracle数据库成功之后,会显示相关的数据库信息: 全局数据库名:oracle 系统标识符(SID):oracle 服务器参数文件名:c:\oracle\product\10.2.0\db_1/dbs/spfileoracle.ora Database Control URL为http://210.45.216.146:1158/em 数据库账户:SYS,SYSTEM,DBSNMP,SYSMAN 密码:oracle iSQL*Plus URL 为: http://210.45.216.146:5561/is...
Timer有两种执行任务的模式,最常用的是schedule,它可以以两种方式执行任务:1:在某个时间(Data),2:在某个固定的时间之后(int delay).这两种方式都可以指定任务执行的频率.看个简单的例子: 代码如下: import java.io.IOException; import java.util.Timer; public class TimerTest {     public static void main(String[] ...

经验教程

491

收藏

75
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部