Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old February 9th, 2001, 07:10 PM
CoWeZ CoWeZ is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Posts: 5 CoWeZ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question

i am very and i want to know what language is the best for a login form and a sihn up form please post a message of one or e-mail me and please tell me the language too thanks

Reply With Quote
  #2  
Old February 9th, 2001, 08:24 PM
Paulblo Paulblo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Location: San Jose, CA
Posts: 57 Paulblo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 14 sec
Reputation Power: 8
Smile What type of login form?

What did you want to do with it? I can help you create a login form in javascript.
__________________
Thank you,

Paul B Hepworth

Questions & Answers http://www.lds.org

Reply With Quote
  #3  
Old February 9th, 2001, 08:34 PM
CoWeZ CoWeZ is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Posts: 5 CoWeZ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile I want to...

I want to make it like on sites how they have a sign up form then right away you can go to the login and login do you know how to do that?? Please help me!

Reply With Quote
  #4  
Old February 9th, 2001, 08:44 PM
Paulblo Paulblo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Location: San Jose, CA
Posts: 57 Paulblo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 13 m 14 sec
Reputation Power: 8
Wink

Login forms are more than just HTML. If you want your site to have a membership login type then you will need a database and a CGI, PHP, ASP script.

------>OR<--------

If you want it to be only for you to have security for a part of your website you can do it very easy.

There are many types of logins........

Reply With Quote
  #5  
Old February 9th, 2001, 09:07 PM
CoWeZ CoWeZ is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Posts: 5 CoWeZ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Talking ...

Thank you for the information but do you have anything that I coujld use on my web site to do that like a file you could send me if so please tell me please!! I need this very badly

Reply With Quote
  #6  
Old February 24th, 2001, 10:32 AM
seaton03 seaton03 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Posts: 10 seaton03 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have writen many of login scripts I used mysql and PHP , you can have script do it for you or mysql_auth. If you would like to use one of my scripts email me at noahx007@hotmail.com

Reply With Quote
  #7  
Old February 24th, 2001, 10:47 AM
mickalo's Avatar
mickalo mickalo is offline
Ole` Timer
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: N.W. Iowa
Posts: 469 mickalo User rank is Private First Class (20 - 50 Reputation Level)mickalo User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 h 19 sec
Reputation Power: 8
Send a message via AIM to mickalo Send a message via MSN to mickalo
Thumbs up

You may also want to check HotScripts.Com

They are loaded with these types of forms, doing just about anything you could need them do, and most are free, written in Perl or PHP.

Cheers,

Mickalo
__________________

Thunder Rain Internet Publishing

Custom Programming & Database development
Providing Personal/Business
Internet Solutions that work!

Reply With Quote
  #8  
Old February 26th, 2001, 10:00 AM
oskar oskar is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Location: Copenhagen, DK
Posts: 222 oskar User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 50 m 40 sec
Reputation Power: 8
Send a message via ICQ to oskar
Here's one example, using php. It aint the best way, I would use .htaccess instead if possible.

<? include "passtest.php" ?>
<html><head><title><? if ($newentrance == md5($enter)) {
echo"Your title";
}else{
echo"Login-page";
}
?></title>
</head>

<body>
<center>
<?
if ($newentrance == md5($enter)) {
name();
}else{
echo"<form name='passme' action='$PHP_SELF' method='post'>
<table cellpadding='10' cellspacing='0' border='3' bordercolor='black'><tr>
<th>Hejsa!</p>
Password:</span> <input type='password' name='enter' size='10'> <input type='submit' value='login'></th>
</tr></table>
</form>";
}
?>
</center>
</body></html>

And the include: (passtest.php)

<?
$entrance = "1234";
$newentrance = md5($entrance);
?>
<? function name() {
echo"You are inside!";
}
?>

Steffen

[Edited by oskar on 02-26-2001 at 09:02 AM]

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > need a login and sign up form


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway