Super Noob questions... :(

Reply

Join Date: Jun 2005
Posts: 4
Reputation: ZR2_S10 is an unknown quantity at this point 
Solved Threads: 0
ZR2_S10 ZR2_S10 is offline Offline
Newbie Poster

Super Noob questions... :(

 
0
  #1
Jun 28th, 2005
Ok, I am looking to start a database, fillable by members that I add, with some of the following information.

Personal Info:
Name
NickName
Email
About Me

Vehicle Info:
Car Make
Car Model
Year
Engine Modifications - (this area will be need to be multiple lines, say upwards of 20?)
Suspension Modifications - (same as above)
Visual Modifications - (saa)
Interior Modifications - (saa)

Accomplishments:
Dyno Numbers (hp/tq) -
1320' Time / Trap - (this one I would like to store in another database, and make a whole 1/4 Mile list, sorted by fastest time)
Others -


Ok, now that I have confused even myself, I think I could make the HTML for displaying the info, but my guess is that since it has to look in a db, that its going to need to be a php page. Correct?

My site is www.loosenutscc.com and the temporary site is www.loosenutscc.com/site with the members page being the one I want to work on. I would like to have it setup similar to how it is, with a little paragraph about the person, then when you click thier car, it will bring up another page, with some pics down the left side, and info about the person (the database part) on the right.

This sounds too hard.. someone wanna do it, and i'll just pay you? LOL

Jason
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 4
Reputation: ZR2_S10 is an unknown quantity at this point 
Solved Threads: 0
ZR2_S10 ZR2_S10 is offline Offline
Newbie Poster

Re: Super Noob questions... :(

 
0
  #2
Jun 28th, 2005
I forgot to add, we use globat as our webhost, so whatever database services they offer, are what I have.

TIA,
Jason
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 609
Reputation: freesoft_2000 is an unknown quantity at this point 
Solved Threads: 8
freesoft_2000 freesoft_2000 is offline Offline
Practically a Master Poster

Re: Super Noob questions... :(

 
-1
  #3
Jul 31st, 2005
Hi everyone,

You can implement one using Basic, Java or C/C++. Yes you can use php but if you can also use applets or applications or whatever suits your needs. Actually Rapid-Q has a good very simplfied tutorial on database creation, i think its chapter 4 if i am not wrong. Searh on Yahoo, you are sure to find an answer

Richard West
Microsoft uses "One World, One Web, One Program" as a slogan.
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond

Tell me what type of software do you like and what would you pay for it

http://www.daniweb.com/techtalkforums/thread19660.html
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 210
Reputation: suRoot is an unknown quantity at this point 
Solved Threads: 8
suRoot's Avatar
suRoot suRoot is offline Offline
Posting Whiz in Training

Re: Super Noob questions... :(

 
0
  #4
Jan 24th, 2006
ok it looks to me, like you will have 1 table for persons information,

1 table for cars information this will allow for each person to have more than one car (grrr to people who say one table)

so you'll need a primary key, this will be email address.. as this is the only unique identifier.

so both tables will need email address in with exactly the same properties, and the relation between them will be a one-to-many from the perosnal info to the cars.

now once you have built this database tell us the database type (sql, access..etc) the name of the db ie cars.sql etc or mdb if access..

also you will be doing this with either php or asp BUT) don't worry you only have to use asp/php code for the database connection strings and queries the rest you can build in html
NIKE just mod it!


HND Business IT
CCNA
MSCE
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 210
Reputation: suRoot is an unknown quantity at this point 
Solved Threads: 8
suRoot's Avatar
suRoot suRoot is offline Offline
Posting Whiz in Training

Re: Super Noob questions... :(

 
0
  #5
Jan 24th, 2006
Originally Posted by freesoft_2000
Hi everyone,

You can implement one using Basic, Java or C/C++. Yes you can use php but if you can also use applets or applications or whatever suits your needs. Actually Rapid-Q has a good very simplfied tutorial on database creation, i think its chapter 4 if i am not wrong. Searh on Yahoo, you are sure to find an answer

Richard West
if this is a web based database (which i got the impression from) then there's no real point in using vb or c or to be honnest anything other than asp/php &html as they'll only be un usable or unefficient for a web based application.
NIKE just mod it!


HND Business IT
CCNA
MSCE
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Database Design Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC