ok,i am lost, i will give all of the code and then can someone tell me where i have to put what. my programming skills are low
<?php
print("<h2>ICQ Date</h2><br><br>");
$passwords = file("password_vault.php");
$password_num = count($passwords);
$z = 0;
$passwordFound_flag = "off";
for ($z = 0; $z < $password_num; $z++)
{
$passwords[$z] = trim($passwords[$z]);
}
for ($z = 0; $z < $password_num; $z++)
{
if ($pin == $passwords[$z])
{
//===========================================
print(
"<h3>Success!</h3><br> <a href=\"front.php\">
Click here to access Icq dating Member section</a>"
);
//===========================================
$passwordFound_flag = "on";
}
}
if ($passwordFound_flag == "off")
{
print("<b>There is an error!</b><br><br> <a href=\"index.html\">Click here to try again.</a><br><br>
Or if problem persists please contact <a href=\"mailto:....... \">the systems administrator</a>");
}
?>
the part between ===========
must direct me immediatly to the following url: http://www.myadress.com/front.php