Hi again,
I am migrating my site from ASP to PHP. Things have been going OK, till I hit the login page.
Can anyone please help me convert this thing to PHP?
The live page is here:
http://www.regina.nu/visa.asp
<!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>
<title>Inloggningssida</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="reginastilar.css" type="text/css" />
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p> </p>
<p> </p>
<p> </p>
<table width="50%" border="0" align="center" class="normaltext">
<tr>
<td height="274">
<div align="center">
<p>
<% if Request.Form("namn") = "kubrick" THEN
response.Redirect("medlemsarea.php")%>
<% else %>
Tyvärr, det lösenordet var fel,<br />
så du får inte komma in här.</p>
<p>Gå <a href="login.php">tillbaka</a> och prova igen!
<% end if %>
</p>
</div></td>
</tr>
</table>
<div align="center"></div>
<p> </p>
</body>
</html>
<!--#include file="Display.asp"-->