Final Project Page 7




Projects

2 | 3 | 4 | 7 | 10 | 12 | 13 | 17 | 18 | 19 | 20 | Final



Registration Form Tutorial
Header (modified) Script


The modified script should be as follows.  Copy your script and paste it into the register.php script at the top.  Save register.php. Close header.html.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="author" content="Beth Zuber">
  <meta name="copyright" content="2005">
  <title>Da Secret Society of DaZone</title>
  <!-- Script 8.2 - header.html -->
  <style type="text/css">

    body {
    margin:0px 0px 0px 0px;
    background:#9F9;
    background-color: #663366;
        }

    #leftcontent {   
        font-size:18px;
        margin-left:0px;
        }
       
    p,h1,pre {
        margin:0px 30px 10px 30px;
        }
   
    h1{
        font-size:24px;
        padding-top:10px;
        }
   
    h2{
        font-size:16px;
        padding-top:10px;
        }
   
    #rightcontent {
        font-size:14px;
        padding-bottom:20px;
        }
   
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
  </style>
</head>
<body>
<table style="width: 100%; text-align: left;" border="1" cellpadding="6"
 cellspacing="2">
  <tbody>
    <tr align="center">
      <td colspan="2" rowspan="1" style="vertical-align: top;"><span
 style="font-weight: bold;">
      <h1>DA Secret Society of DaZone<br>
      </h1>
      </span></td>
    </tr>
    <tr>
      <td style="width: 20%; vertical-align: top;">
      <h1>Navigation</h1>
&nbsp;<a href="index.php">Home</a><br>
&nbsp;<a href="login.php">Login</a><br>
&nbsp;<a href="register.php">Register</a><br>
      <br>
      <h2>(Temporary Navigation)</h2>
        </span></div>&nbsp;<a href="create_db.php">Create Database</a><br>
&nbsp;<a href="create_table.php">Create Table</a><br>
&nbsp;<a href="view_members.php">View Database Entries</a><br>
&nbsp;<a href="edit_entry.php">Edit Database Entries</a><br>
&nbsp;<a href="delete_entry.php">Delete Database Entries</a>
      </td><td>



Tutorial
<---  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  --->


Home Resume Page Hobbies Page InfoSec Page Projects Page Advanced Web Communications Page
Top of Page
 
©
Beth Zuber, 2005