| | |
Super Noob questions... :(
Please support our Database Design advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2005
Posts: 4
Reputation:
Solved Threads: 0
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
Personal Info:
Name
NickName
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
•
•
Join Date: Jun 2004
Posts: 609
Reputation:
Solved Threads: 8
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
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
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
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
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
•
•
•
•
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
•
•
•
•
NIKE just mod it!
HND Business IT
CCNA
MSCE
![]() |
Similar Threads
- Convert to hex (Pascal and Delphi)
- noob questions- ifstream ofstream (C++)
Other Threads in the Database Design Forum
- Previous Thread: Referential Integrity
- Next Thread: Is it possible to connect a PARADOX file to the internet?
| Thread Tools | Search this Thread |





