School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 307,004 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,968 people online right now. Registration is fast and FREE... Join Now!




make a site!

 

make a site!, looking for staff

bigpapabb

6 Nov, 2009 - 05:39 PM
Post #1

New D.I.C Head
*

Joined: 6 Nov, 2009
Posts: 3

website not made planing to make one. Neopets fan site! PTN or PowerToNeopets! I would like to make but staff first. places;
co-owner {but you might be owner cause u might pay!},
content writers,
grahics people,
etc. talk for more info. icon_up.gif icon_down.gif

User is offlineProfile CardPM
+Quote Post


DnA-Ender

RE: Make A Site!

Yesterday, 06:13 PM
Post #2

New D.I.C Head
*

Joined: 13 Oct, 2009
Posts: 7

This is probably in the wrong section and I don't much enjoy neopets but I'm a good actor and I want to learn how to make a website, btw how is it going to be hosted, and do you have the domain registered? Also, I just made an http form that logs into a website


login.html
CODE
<html>
<head>
<title>Please Log In</title>
</head>

<body>
<h1>Please Log In</h1>

<form action = dologin.php method = post>

Username:<br>
<input name = u size = 25><br><br>

Password:<br>
<input name = p size = 25 type = password><br><br>

<input type = submit value = 'Login'>

</form>

</body>
</html>




dologin.php
CODE
<?php

$u = "";
$p = "";

if(isset($_POST['u']))
{
        $u = $_POST['u'];
}
if(isset($_POST['p']))
{
        $p = $_POST['p'];
}

if($u == 'Ender' && $p == 'sneaky') {
        header("location: logged_in.htm");
}
else {
        header("location: login.htm");
}





logged_in.html
CODE
<h1>You are now logged in!</h1>



Feel free to use some of my code even if I don't become staff

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 06:53AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month