<%@LANGUAGE="VBSCRIPT"%> <% accessdb=server.mappath("database\db_brandon.mdb") strconn="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=" strconn=strconn & accessDB & ";" %> <% dim tabs(12) dim tabs_status(6) tabs(0)="tab1l.gif" tabs(1)="tab1r.gif" tabs(2)="tab2l.gif" tabs(3)="tab2r.gif" tabs(4)="tab2l.gif" tabs(5)="tab2r.gif" tabs(6)="tab2l.gif" tabs(7)="tab2r.gif" tabs(8)="tab2l.gif" tabs(9)="tab2r.gif" tabs(10)="tab2l.gif" tabs(11)="tab2r.gif" tabs_status(0)="on" tabs_status(1)="off" tabs_status(2)="off" tabs_status(3)="off" tabs_status(4)="off" tabs_status(5)="off" %> Home of Brandon Richard Williams

 
Full Name
 
 
Brandon Richard Williams
 
 
Parents
 
 
Brian & Lisa Williams
 
 
Birthday
 
 
August 10, 2004 @ 12:54 pm
 
 
Current Age
 
 
 
 
Birth Place
 
 
St. Joseph Mercy Oakland
Pontiac, Michigan
 
 
Weight
 
 
7 pounds, 2.3 ounces
 
 
Length
 
 
18.5 inches
 
 
Leave a message for Brandon in the Guestbook:
<% Dim mySQL, UDate, FDate, FTime, Header, Body, UserName, FirstName, LastName, ID, showcomment, HaloName courseID = Request.Querystring("courseID") showcomment=0 HaloName="BrandonMessage" mySQL="SELECT messages.FDate, messages.Header, messages.Body, users.UserName, users.FirstName, users.LastName, messages.ID " mySQL=mySQL & "FROM messages, users " mySQL=mySQL & "WHERE messages.UID = users.UID " mySQL=mySQL & "ORDER BY messages.FDate DESC" dim conntemp, rstemp set conntemp=server.createobject("adodb.connection") conntemp.open strconn set rstemp=conntemp.execute(mySQL) howmanyfields=rstemp.fields.count -1%> <% 'Put Headings On The Table of Field Names loopcount=1 for i=0 to howmanyfields %> <% next %> <% ' Now lets grab all the records do while not rstemp.eof %> <% for i = 0 to howmanyfields thisvalue=rstemp(i) If isnull(thisvalue) then thisvalue=" " end if if i=0 then UDate=thisvalue end if FDate=FormatDateTime(UDate, 1) FTime=FormatDateTime(UDate, 3) if i=1 then Header=thisvalue end if if i=2 then Body=thisValue end if if i=3 then UserName=thisValue end if if i=4 then FirstName=thisValue end if if i=5 then LastName=thisValue end if if i=6 then ID=thisValue end if %> <% next %> <% Response.Write "

" & FDate & "

" & chr(10) Response.Write ""& chr(10) Response.Write "" & chr(10) Response.Write "
" & Header & "" & chr(10) & "
" & chr(10) if showcomment=1 then Response.Write "" Response.Write "" Response.Write "" & chr(10) else Response.Write " " & chr(10) end if Response.Write "
" Response.Write "

" & Body & "

Posted by " & UserName & " (" & FirstName & " " & LastName & ") @ " & FTime & "
" %> <%rstemp.movenext loop%> <% rstemp.close set rstemp=nothing conntemp.close set conntemp=nothing %>