•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 397,625 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,502 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser:
Views: 2235 | Replies: 4
![]() |
•
•
Join Date: Jun 2005
Posts: 4
Reputation:
Rep Power: 0
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: 604
Reputation:
Rep Power: 6
Solved Threads: 6
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
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Database Design Marketplace
- 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?


Linear Mode