% Option Explicit Dim sql,username,rsUser username = Request.Cookies("username") 'If the username cookie is set, they must have logged in, so get their details from the database if username <> "" then %> <% sql = "SELECT * FROM profile WHERE username = '" & username & "'" Set rsUser = Server.CreateObject("ADODB.Recordset") rsUser.Open sql, conn, 3, 3 end if%>
| Quick Links: | Return Home | Log In | Sign Up | Profiles | Chat | Games | Jobs | News & Entertainment | Contact Us | | |
![]() |
![]() |
|
<%
'Dimension variables
Dim strMessage
'Write the contents of the variable strMessage to the web page
Response.Write (strMessage)
'Write line break into the web page
Response.Write ("
") 'Write the server time on the web page using the VBScript Time() function Response.Write ("" & Time() & " EST") 'Close the server script %> |
|
|
|
Thank
You for registering!
© 2002 VillageIdiot.net <%end if%> |