Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

pls help

Name: Anonymous 2016-10-27 4:41

hi friends.
this is the code

<?php
session_start();
$_SESSION['username'] = $_POST['user'];
$_SESSION['userpass']=$_POST['pass'];
$_SESSION['authuser']=0;
//check username and password information
if(($_SESSION['username']=='Joe')and ($_SESSION['userpass']=='12345'))
{$_SESSION['authuser']=1;
}
else
{
echo 'Sorry, but you don\'t have permission to view this page';
exit();
}
?>
<html>
<head>
<title>Find my favorite movie</title>
</head>
<body>
<?php
$myfavmovie=urldecode('Life of Brian');
echo "<a href=\"moviesite.php?favmovie=$myfavmovie\">";
echo 'Click here to see information about my favmovie movie';
echo '</a>';
?>
</body>
</html>

this is the error

C:\xampp\kishan\htdocs\Myphp\movie1.php on line 3

Name: Anonymous 2016-10-27 6:13

delet it and learn a language that's not PHP

Name: Anonymous 2016-10-27 12:33

Need to fix your bbcode and whitespace.

Name: Anonymous 2016-10-27 13:20

Name: Anonymous 2016-10-28 19:34

>>4
YHBT

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List