Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Reply
 
LinkBack Thread Tools Display Modes
Old 06-10-2010, 01:39 AM   #1 (permalink)
Broken In
 
Join Date: Nov 2004
Location: GOA
Posts: 106
Question Need help regarding web development


I have to make a login page for some purpose.I am confused whether I should javascript for it or php . As i know none of the languages very well except some very basic syntax can someone plz help regarding how should i go about developing the webpage and give me the code or atleast the basic pattern if someone already have it.

Anyhelp will be appreciated. Thanks in advance!
__________________
IN HOUSE GEEK!!!!!!!!!!!!!!!!!!!!
chirayu garg is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-10-2010, 01:44 AM   #2 (permalink)
Have fun till death!!
 
manaskumar's Avatar
 
Join Date: Mar 2010
Location: Pune, Maharashtra
Posts: 24
Default Re: Need help regarding web development

Implementing code for login in php would be more good.
First make simple php page with normal Username and password text box.
On submitting call another php page in which your authentication logic would be written.
manaskumar is offline   Reply With Quote
Old 06-10-2010, 01:54 AM   #3 (permalink)
Broken In
 
Join Date: Nov 2004
Location: GOA
Posts: 106
Default Re: Need help regarding web development

@manaskumar plz tell in more detail like how to write code in WAMP or wherever you know,how to maintian the database.
__________________
IN HOUSE GEEK!!!!!!!!!!!!!!!!!!!!
chirayu garg is offline   Reply With Quote
Old 06-10-2010, 02:56 AM   #4 (permalink)
Have fun till death!!
 
manaskumar's Avatar
 
Join Date: Mar 2010
Location: Pune, Maharashtra
Posts: 24
Default Re: Need help regarding web development

Start with basic page which contains a form
<form action="access.php">
<input type="textbox" name="username" />
<input type="textbox" name="password" />
</form>

the second page access.php would contain
<?php
if ($_GET["username"]=="kumar" && $_GET["password"]=="manas")
then echo "Logined!!"
else
echo "Failed"
?>


You can try this. Also you can pull data from database for comparison of password.
For more detailed tutorial try PHP Tutorial.
manaskumar is offline   Reply With Quote
Old 07-10-2010, 01:17 PM   #5 (permalink)
Broken In
 
Join Date: Nov 2004
Location: GOA
Posts: 106
Default Re: Need help regarding web development

Any more suggestions people out there.
__________________
IN HOUSE GEEK!!!!!!!!!!!!!!!!!!!!
chirayu garg is offline   Reply With Quote
Old 07-10-2010, 04:14 PM   #6 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Re: Need help regarding web development

Google for "php login script" . You will get plenty of examples.
For learning php . the best solution that i found was to download lynda.com's video tutorials for learning php and mysql. you can find it on torrents.
cute.bandar is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by chris
- by abhidev
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 04:46 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2