Code: Select all
<input type="submit" name="login" class="mainoption" value="Log in">
Code: Select all
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<meta name="Microsoft Theme" content="artsy 000, default">
<meta name="Microsoft Border" content="tlb, default">
</head>
<body bgcolor="#000000" text="#FFFFCC" link="#FF9900" vlink="#999900" alink="#669933"><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td><!--mstheme--><font face="Arial, Helvetica"><p><img src="images/logo.gif"
alt="[Company Logo Image]" border="0" width="120" height="24">
<font size="6" color="#FF0000"><img border="0" src="_borders/redemption_ohio_logo_kings.jpg" width="550" height="286">.com</font> </p>
Astaldaran wrote: ok if i want the persons username (taht is logged in) is it just this $userdata[username] ? I only see one plcae where this is defined is in common.php with this " $userdata = array(); " and then in my file again (this is a file i made, i coppied this part)
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
that is near the begining. Can anyone brake it down and explain exactly what it does?
for example whats the page index?
and whats the init_userprefs and session_pagestart, what are these?
if there is a place where i can look up all this stuff a link would be appreciated !![]()