Free Web Hosting with PHP, MySQL and cPanel
there is only one problem though.
i want to make a admin panel, but if i use javascript the password is public.
please help me T_T
Printable View
Free Web Hosting with PHP, MySQL and cPanel
there is only one problem though.
i want to make a admin panel, but if i use javascript the password is public.
please help me T_T
use simple script ? like :
admin.html
login .phpCode:<html>
<head>
<title></title>
</head>
<body>
<form method="post" action="login.php">
<p>Username
<input name="username" type="text" id="username" />
</p>
<p>Passoword
<input name="password" type="text" id="password" />
</p>
<input type="submit" name="Submit" value="Submit" />
</form>
</body>
</html>
PHP Code:<?php
if($_POST['username'] == 'username' && $_POST['password'] == 'password'){
echo "your page here !";
} elseif(!$_POST['username'] && !$_POST['password']){
echo "you didnt fill all fields in !";
} else {
echo 'you dont have right to be here ! <a href="index.shtml">Click here to go back.</a>';
}
?>
Umm i am just coding one in VB.NET much easier :P it's like internet explorer that way.
idk why some people make sites that look like they took them 20 mins to 30mins. why dont you put the time into making it look good instead of just offering your features? btw. a navi at the Bottom -.- if i were to rate this 3/10