Naija Ryders

Go Back   Naija Ryders > Main > Techie Forum
Connect with Facebook
Register Blogs FAQ Members List Guitar Hero Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 09-01-2007, 02:24 AM   #1 (permalink)
Registered User
 
PRIMO's Avatar
 
Join Date: Apr 2004
Location: NYC
Posts: 1,262
Points: 20,246.20
Bank: 0.00
Total Points: 20,246.20
Donate
Rep Power: 1186954 PRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legend
Default HTML code..

I have a question..

how do create a little database that will allow you register your username and password, it stores it so when you log in it should lead to a new page called catalog page?

here is screen shot:



and here is my code:
__________________
Hoes on my dick, like Prim' you the best baby...
PRIMO is offline   Reply With Quote
Old 09-01-2007, 03:19 AM   #2 (permalink)
Registered User
 
kingtut's Avatar
 
Join Date: Oct 2006
Posts: 210
Points: 38,200.40
Bank: 0.00
Total Points: 38,200.40
Donate
Rep Power: 56016 kingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legend
Default

Quote:
Originally Posted by PRIMO
I have a question..

how do create a little database that will allow you register your username and password, it stores it so when you log in it should lead to a new page called catalog page?

here is screen shot:



and here is my code:
This requires a lot more than HTML. You'll need to use a server side language like JSP, ASP.NET, Classic ASP, PHP, Cold Fusion, .... It looks like the example you have displayed in the pic uses Java servlets. This will require at least three layers:
1) Presentation (front end. i.e. HTML, JavaScript, CSS)
2) Business Logic Layer
3) Database (i.e. SQL Server, Oracle, MySQL, ...)

Last edited by kingtut; 09-01-2007 at 03:26 AM..
kingtut is offline   Reply With Quote
Old 09-01-2007, 03:32 AM   #3 (permalink)
Registered User
 
PRIMO's Avatar
 
Join Date: Apr 2004
Location: NYC
Posts: 1,262
Points: 20,246.20
Bank: 0.00
Total Points: 20,246.20
Donate
Rep Power: 1186954 PRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legend
Default

i'm just using javascript right now. it's a little school work. i have figured it out
__________________
Hoes on my dick, like Prim' you the best baby...
PRIMO is offline   Reply With Quote
Old 09-01-2007, 03:55 AM   #4 (permalink)
Registered User
 
kingtut's Avatar
 
Join Date: Oct 2006
Posts: 210
Points: 38,200.40
Bank: 0.00
Total Points: 38,200.40
Donate
Rep Power: 56016 kingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legendkingtut is a legend
Default

Quote:
Originally Posted by PRIMO
i'm just using javascript right now. it's a little school work. i have figured it out
How are you using JavaScript to store information into the database? JavaScript is usually used on the client side and can't interact directly with the database.
kingtut is offline   Reply With Quote
Old 09-01-2007, 04:15 AM   #5 (permalink)
Registered User
 
Join Date: May 2006
Location: Over there...
Posts: 2,765
Points: 45,213.35
Bank: 374,404.14
Total Points: 419,617.49
Donate
Rep Power: 21474854 Enachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legendEnachioken is a legend
Default

Quote:
Originally Posted by kingtut
How are you using JavaScript to store information into the database? JavaScript is usually used on the client side and can't interact directly with the database.
Thought the same thing. PHP with MySQL will be his best best.
__________________
A pessimist is one who makes difficulties of his opportunities and an optimist is one who makes opportunities of his difficulties...

There are always two sides to an issue, my side and the wrong side...End of story!
Enachioken is offline   Reply With Quote
Old 09-01-2007, 05:31 AM   #6 (permalink)
Captain
 
Join Date: Jul 2001
Location: Retirement
Posts: 21,057
Points: 181,575.00
Bank: 848,419,240.83
Total Points: 848,600,815.83
Donate
Rep Power: 21474900 Uncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legendUncle Sunday is a legend
Default

Quote:
Originally Posted by kingtut
How are you using JavaScript to store information into the database? JavaScript is usually used on the client side and can't interact directly with the database.
He's probably using an old-school javascript method of searching through flat file for a usernameassword string combination.

It's not secure but for those without other options, it would work.
__________________
"A small stone may only make a small ripple at first, but someday it will be a wave." -Wiegraf, FFT


NR Tribalists, Religious Bigots, and Enemies of Progress: Your name Here?


Beat the U.S. Financial Crisis
Uncle Sunday is offline   Reply With Quote
Old 09-01-2007, 07:04 AM   #7 (permalink)
Registered User
 
PRIMO's Avatar
 
Join Date: Apr 2004
Location: NYC
Posts: 1,262
Points: 20,246.20
Bank: 0.00
Total Points: 20,246.20
Donate
Rep Power: 1186954 PRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legend
Default

Quote:
Originally Posted by Uncle Sunday
He's probably using an old-school javascript method of searching through flat file for a usernameassword string combination.

It's not secure but for those without other options, it would work.
YEP.
It's not really connecting to a database
__________________
Hoes on my dick, like Prim' you the best baby...
PRIMO is offline   Reply With Quote
Old 09-01-2007, 11:55 AM   #8 (permalink)
The 4 Eyed Monk.
 
maestro's Avatar
 
Join Date: Oct 2005
Location: Abuja, Nigeria
Posts: 41,510
Points: 100,113,253.22
Bank: 176.10
Total Points: 100,113,429.32
Donate
Blog Entries: 1
Rep Power: 2470000000 maestro has disabled reputation



Default

Dude go and learn dreamweaver.....and ur probs will be solved for good.....U know I can always help if u want
__________________
maestro is offline   Reply With Quote
Old 09-02-2007, 05:07 AM   #9 (permalink)
Registered User
 
PRIMO's Avatar
 
Join Date: Apr 2004
Location: NYC
Posts: 1,262
Points: 20,246.20
Bank: 0.00
Total Points: 20,246.20
Donate
Rep Power: 1186954 PRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legendPRIMO is a legend
Default

Quote:
Originally Posted by maestro
Dude go and learn dreamweaver.....and ur probs will be solved for good.....U know I can always help if u want
with dreamweaver you still have to write a code..
__________________
Hoes on my dick, like Prim' you the best baby...
PRIMO is offline   Reply With Quote
Old 09-03-2007, 10:55 AM   #10 (permalink)
The 4 Eyed Monk.
 
maestro's Avatar
 
Join Date: Oct 2005
Location: Abuja, Nigeria
Posts: 41,510
Points: 100,113,253.22
Bank: 176.10
Total Points: 100,113,429.32
Donate
Blog Entries: 1
Rep Power: 2470000000 maestro has disabled reputation



Default

Quote:
Originally Posted by PRIMO
with dreamweaver you still have to write a code..
U dont write nada...dreamweaver does the code writing for U, all she needs is ur logic
__________________
maestro is offline   Reply With Quote
Old 09-05-2007, 06:11 PM   #11 (permalink)
Registered User
 
djmightymike's Avatar
 
Join Date: Dec 2006
Location: Festac Town
Posts: 8,638
Points: 1,278,100,513.38
Bank: 0.02
Total Points: 1,278,100,513.40
Donate
Rep Power: 21474865 djmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legenddjmightymike is a legend



Default

JScript+ASP

i can hook up up with the code for 1million vbucks. it will only take one saturday
djmightymike is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 On
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Points Per Thread View: 0
Points Per Thread: 0
Points Per Reply: 0
Forum Jump


All times are GMT +2. The time now is 01:22 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
NaijaRyders