Go Back   Hardware Forums > Software Support Forums > Web Development

Reply
 
LinkBack Thread Tools
Old 01-06-2006, 12:49 PM   #1 (permalink) Top
Geek Trainee
 
bigbri's Avatar
 
Join Date: Oct 2004
Posts: 8
Status: Offline
Default Should i store web information on a database?

Hi,
I am putting together a family tree with a view to publishing it on the internet.

I have the basics layed out, but the information is now becoming a bit too big to handle in its current form.

I was wondering if it would be better to store my information on a database so that it could be organised better and I could then retreive and amend the information in one central place.

Does anyone have any advice on how (if at all) I should proceed with this idea. i.e what should i be using to write it e.g. "ASP" and are there any companies offering cheap database handling services.

I hope this make sense.
Thanks,
Bigbri

  Reply With Quote
Whats this? diNovo Edge Bluetooth Wireless Keyboard
diNovo Edge Bluetooth Wireless Keyboard
Seller Price (inc. VAT) Delivery Total Price Availability Seller Rating
Dell £116.82 Free £116.82 In Stock Rated: 0 out of 5 - Number of votes: 0
IT247.com £102.94 Free £102.94 In Stock Rated: 4 out of 5 - Number of votes: 38
Dell Business £104.65 £8.23 £112.88 In Stock Rated: 0 out of 5 - Number of votes:
Old 01-06-2006, 01:58 PM   #2 (permalink) Top
iMod

 
Matt555's Avatar
 
Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline

My Computer

You could use a database, it would make accessing, editing and adding information a lot easier.

You could use PHP and MYSQL to do it.
__________________
  Reply With Quote
Old 01-06-2006, 02:25 PM   #3 (permalink) Top
Administrator
 
Sniper's Avatar
 
Join Date: Oct 2001
Age: 24 Male
Posts: 4,432
Times Helpful: 116
My Mood: Bored
Status: Offline

My Computer

ASP not sure about the hosting costs but php/mysql hosting is very cheap. If you plan to update the information often enough then yes it would be better but if once you have the full tree and you only need to make a few changes now and then, then a simple HTML should be ok.

You will have to learn php/mysql e.g. how to add to database etc but its not as hard as you might think. If you have done programming before it should not be difficult.
  Reply With Quote
Old 01-06-2006, 02:41 PM   #4 (permalink) Top
The King

 
Addis's Avatar
 
Join Date: Jan 2004
Age: 18 Male
Posts: 5,255
Times Helpful: 403
My Mood: Drunk
Status: Offline

My Computer

Most hosts offer database services with their web packages. As Sniper said, it would probably be cheaper to use one offering PHP/MySQL as they are free and open source. ASP and windows server are proprietary software that will cost much more for the host, and therefore more for you.
__________________
Never trust a program you don't have the source code for.

My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers
Send a message via MSN to Addis   Reply With Quote
Old 01-06-2006, 04:35 PM   #5 (permalink) Top
Geek Trainee
 
bigbri's Avatar
 
Join Date: Oct 2004
Posts: 8
Status: Offline
Just wanted to say a big thank you to "Matt555", "Sniper" and "Addis" for your very quick reply's.

It looks like PHP/MySQL is the winning choice.

Thanks for your advice.
  Reply With Quote
Old 01-06-2006, 05:26 PM   #6 (permalink) Top
iMod

 
Matt555's Avatar
 
Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline

My Computer

No problem, it's what we're here for, if you need any help with the PHP/MYSQL just shout, we'll be able to help I'm sure
__________________
  Reply With Quote
Old 12-06-2006, 11:58 PM   #7 (permalink) Top
Geek Trainee
 
Join Date: Jun 2006
Gender:
Posts: 22
Status: Offline

My Computer

Quote:
Originally Posted by Matt555
You could use a database, it would make accessing, editing and adding information a lot easier.

You could use PHP and MYSQL to do it.
Hi Matt.
I am using ASP with Access on Win host. It is too slow compared to MySQL & Apache Servers. I know it depends on ISP as well in terms of response time. But my ISP is rather reliable.

What's your view on this? Is it the Acess/ASP or the ISP letting me down.

Thanks in advance.
  Reply With Quote
Old 13-06-2006, 08:03 AM   #8 (permalink) Top
iMod

 
Matt555's Avatar
 
Join Date: May 2005
Age: 21 Male
Posts: 3,844
Times Helpful: 238
My Mood: Happy
Status: Offline

My Computer

Having never used ASP / Access based system for storing web information I wouldn't know.

It may be down to your provider though - what's the upspeed of your connection? That could be slowing things down I guess.
__________________
  Reply With Quote
Old 13-06-2006, 04:11 PM   #9 (permalink) Top
The King

 
Addis's Avatar
 
Join Date: Jan 2004
Age: 18 Male
Posts: 5,255
Times Helpful: 403
My Mood: Drunk
Status: Offline

My Computer

You don't have to use your ISP as your web host, and there are plenty of good hosts which offer dedicated servers with PHP/MySQL.

Matt uses http://www.ashosted.co.uk/ and recommends it.
__________________
Never trust a program you don't have the source code for.

My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers
Send a message via MSN to Addis   Reply With Quote
Old 22-06-2006, 04:21 AM   #10 (permalink) Top
Geek Trainee
 
Join Date: Jun 2006
Gender:
Posts: 2
Status: Offline
Quote:
Originally Posted by bigbri
...
Does anyone have any advice on how (if at all) I should proceed with this idea. i.e what should i be using to write it e.g. "ASP" and are there any companies offering cheap database handling services.
...i
Are you familiar with any programming languages? PHP is fast and very C-like in its syntax, but is much much more forgiving. It's my server-side language of choice.

Overall, I'd recommend PHP+MySQL for your situation, but you'll want to spend some time layout at the database beforehand. Here's some info straight from the MySQL folks on storing and traversing a tree in a database:
http://dev.mysql.com/tech-resources/...ical-data.html
  Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forum 'store'? Exfoliate Suggestions and Feedback 24 27-04-2006 05:32 PM
urpmi database locked sabashuali Linux and Other OSes 8 23-11-2005 07:24 PM
Oracle database import in 10g? djjedi General Software 0 29-10-2005 03:10 AM
Part buying-online or store Girtho961 New Build / Upgrade Advice 14 03-08-2005 01:29 AM
Need a help with e-store script Sara Black General Software 3 12-12-2003 10:36 PM


All times are GMT +1. The time now is 05:41 AM.


Copyright © 2000 - 2008 · HARDWAREFORUMS.COM · All rights reserved