[advanced search]
NamePros Domain Auction
Live Event This Thursday at 6PM EDT - Prebidding open now
12 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Web Design Discussion
User Name
Password

Old 12-03-2003, 11:49 AM   · #1
spikus1969
New Member
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 5
NP$: 8.00 (Donate)
spikus1969 is an unknown quantity at this point
Databases???????????

can someone out there help i need to put a database on my website,i dont know where to start can anyone give me some good programs to use to start my database


Please register or log-in into NamePros to hide ads
spikus1969 is offline   Reply With Quote
Old 12-03-2003, 12:03 PM   · #2
blouis
NamePros Member
 
Name: Bryan Louis
Location: GB, WI
Trader Rating: (0)
Join Date: Dec 2003
Posts: 69
NP$: 117.00 (Donate)
blouis is an unknown quantity at this point
i use MySQL to make my databases. Are you running linux or windows? What kind of database are you wanting?
__________________
Bryan Louis
-Xeplin Development-
http://www.xeplindevelopment.com
-Personal-
http://www.bryanlouis.net
blouis is offline   Reply With Quote
Old 12-03-2003, 12:18 PM   · #3
spikus1969
New Member
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 5
NP$: 8.00 (Donate)
spikus1969 is an unknown quantity at this point
windows

i am using windows xp mate,the kind of database i need is hard to explain but what i need is one where somebody put there bike in the search box and then all items i sell show with there price
spikus1969 is offline   Reply With Quote
Old 12-03-2003, 12:49 PM   · #4
adam_uk
Senior Member
 
Trader Rating: (17)
Join Date: May 2003
Posts: 2,211
NP$: 6170.25 (Donate)
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
Breast Cancer
Re: windows

Quote:
Originally posted by spikus1969
i am using windows xp mate,the kind of database i need is hard to explain but what i need is one where somebody put there bike in the search box and then all items i sell show with there price



he meant what operating system are you using on the server

u would need some kind of server side coding to query the database (asp,php etc) check ur host to make sure u have some kind of database as well (mysql, mssql, access even)

u will need these on ur host before u can do anything
adam_uk is offline   Reply With Quote
Old 12-03-2003, 01:29 PM   · #5
blouis
NamePros Member
 
Name: Bryan Louis
Location: GB, WI
Trader Rating: (0)
Join Date: Dec 2003
Posts: 69
NP$: 117.00 (Donate)
blouis is an unknown quantity at this point
So you want the database to take there string ( what kind of bike they have) and find a query of parts available for that particular bike?
__________________
Bryan Louis
-Xeplin Development-
http://www.xeplindevelopment.com
-Personal-
http://www.bryanlouis.net
blouis is offline   Reply With Quote
Old 12-03-2003, 02:13 PM   · #6
spikus1969
New Member
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 5
NP$: 8.00 (Donate)
spikus1969 is an unknown quantity at this point
database

yes if you look on other sites you will see what i mean
spikus1969 is offline   Reply With Quote
Old 12-03-2003, 02:39 PM   · #7
adam_uk
Senior Member
 
Trader Rating: (17)
Join Date: May 2003
Posts: 2,211
NP$: 6170.25 (Donate)
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
Breast Cancer
ok so lemme get this straight

say i entered bmx into a text box

the web page would then search the database for the term bmx and generate a page with the results related to bmx?

if so like i said earlier see what database/sss your host supports
adam_uk is offline   Reply With Quote
Old 12-03-2003, 07:23 PM   · #8
gwx
NamePros Member
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 42
NP$: 62.00 (Donate)
gwx is an unknown quantity at this point
Using dreamweaver's advanced server behavior feature, making database-driven professional sites has never been easier.

Dreamweaver's server behaviors enable you to add records, delete records, create recordsets, enable searching and much more without knowing a single bit about the structured query language ( SQL ).

Dreamweaver's inituitive interface would mean that even the newest in web design are able to effectively deliver content-driven webpages in no time.

Dreamweaver MX 2004 is YOUR answer to YOUR database problems. It supports all server scripting language and most database types. The server scripting languages include ColdFusion, PHP, ASP VB Script, ASP JScript. The databases supported range from Access, to Oracle SQL to MySQL.

Your operating system, Windows XP, enables you to set up Microsoft's extremely buggy IIS server, which processes ASP code. Although it is not recommended for mission critical use, it is recommended for noobs and dummies from all different backgrounds, with close to zero database experience.

If, however, you choose the PHP/MySQL combination, you are put into a world of unlimited possiblities; a world of open source; a world where users collaborate and help each other when problems arise; a world which is free of Microsoft and Oracle.

PHP/MySQL is the way to go.. Make the right choice and you'll never regret it. I would suggest you go with the PHP/MySQL database/scripting combo and utilise to the max dreamweaver's server behaviors. ( available in MX, UltraDev and MX 2004 ).

All the best to your future endeavours. Adios. Au revoir.
gwx is offline   Reply With Quote
Old 12-05-2003, 11:29 AM   · #9
spikus1969
New Member
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 5
NP$: 8.00 (Donate)
spikus1969 is an unknown quantity at this point
YES THATS CORRECT BUT I AM NEW TO THIS AND DONT KNOW WHERE TO START ALL THE DATA IS IN AN EXCEL FILE WITH THE MODEL OF BIKE AND THE PART THAT FITS
spikus1969 is offline   Reply With Quote
Old 12-05-2003, 08:08 PM   · #10
Robvilla
First Time Poster!
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 1
NP$: 2.00 (Donate)
Robvilla is an unknown quantity at this point
You may want to consider hiring someone to do that kind of work. Otherwise, you really have your work cut out for you.

You'll have to learn how to do server sided scripting. It'll have to be a language that your host supports, or you'll have to find a new host that supports the language you perfer. Common ones are PHP and ASP.

Then you've got to know how to work with databases using SQL and make sure your host allows access to one, there's several different types of those too, but PHP and MySQL go together like peanut butter and jelly, and many hosts have those.

Then you've got to get your spreadsheet data over to the database, perhaps there's an easy automated way to do that. Although if it's small enough you may want to consider hand re-entering the data, first making a relational database with different tables relating to one another in order to optimize and improve your queries.

And finally you've got to create the actual script that handles the search requests.

Hiring a professional who knows how to do it might in the long run make more sense then spending weeks (or even months if you have no prior scripting experience) learning this stuff.
Robvilla is offline   Reply With Quote
Old 12-05-2003, 08:50 PM   · #11
bobbi
NamePros Regular
 
Trader Rating: (0)
Join Date: Aug 2002
Posts: 664
NP$: 64.00 (Donate)
bobbi is an unknown quantity at this point
if you would like to learn how to make databases with mysql and you don't have the apache web server on your computer already, then go to this link, which is one of the tutorials on the forum and follow it to download apache, php, perl, and mysql on to your computer:

http://www.webdesigntalk.net/showth...s=&threadid=342

after you do the first tutorial, if you click on the link below:

http://www.webdesigntalk.net/showth...=&threadid=1068

this tutorial is a beginners look into mysql and it also talks about how to create a database using MySql. I actually did this tutorial myself and it's very easy to understand. Yes this may seem like a lot of work, but in learning there is no easy way but to jump in an try it. I hope that this helps you out.
bobbi is offline   Reply With Quote
Old 12-13-2003, 02:13 AM   · #12
CatsEyeDesigns
New Member
 
Trader Rating: (0)
Join Date: Dec 2003
Posts: 20
NP$: 30.00 (Donate)
CatsEyeDesigns is an unknown quantity at this point
don't want to discourage you, but...

If you want to publish a good looking, database driven website, and you don't know where to start, you need to hire a professional.

I really don't want you to get discouraged, but people spend years studying this stuff in college or on their own. Most professional looking, large websites were built by at least one developer who has read thousands of pages on graphic design, web design theory, web design software, database design, database programming, etc.

I could write 3 or 4 books on web design and programming if I were to actually write all the things I've learned over the years.

On the other hand, if you choose to do it yourself, expect development time to be a year minimum, and enjoy the learning. That's what I did. Doing it yourself can be very rewarding. It just takes time.
__________________
Regards,
Ryan Burley
Lead Designer -CatsEyeDesigns.Net
CatsEyeDesigns is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
Proof is in the Parking Click to Watch Instant Video YUPPADS
Advertise your business at NamePros
All times are GMT -7. The time now is 02:27 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0