Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-07-2006, 10:08 PM   PM User | #1
robdog119
New Coder

 
Join Date: Jan 2006
Location: New England
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
robdog119 is an unknown quantity at this point
Which database method would be best? All opinions welcome!

Hey all, I hope it's ok to post this question here...if not, please move to the appropriate forum.

I'm beginning a new site for a client and they are not very computer savvy, none the less web savvy. As a quick summary: The site is informational and needs to tie into a database so that what is in the database is posted on the web. There are a dozen or so fields for each record and the idea is that the information gets requested by the web pages. So, it's dynamic, but the user is not selecting what information is displayed, that part is programmed into the page. They want to be able to update their site on their own once it has been created. It has to be very basic thus, no FTP, no web creation software, etc.

I am learning PHP so that I can hopefully build the html pages and then place in the php where needed for the dynamic part.
My question is this: In the long run, which of these two would be easier to use for the database: MS Access or MySQL? I know a bit of Access, and not very much about MySQL. Whichever it is, I was hoping that I could create "admin" html pages where the owners can update the data in the database to update the website. I think this would be the easiest way since they are very non-technical people.

I first thought it would be easier to create the DB in Access and then just use Access Data Pages for them to update the DB, but after playing around with it, I'm no longer sure that's easiest. However, I haven't really used Access Data Pages very much, so I shouldn't judge quite yet.

Any recommendations as well as examples of or links to this type of scenario would be greatly appreciated! I'm sure I'm in for a bigger project than I imagined, but hopefully it won't be too difficult.

-Rob
robdog119 is offline   Reply With Quote
Old 02-07-2006, 10:13 PM   PM User | #2
marek_mar
Sensei


 
Join Date: Aug 2003
Location: One step ahead of you.
Posts: 2,815
Thanks: 0
Thanked 3 Times in 3 Posts
marek_mar is on a distinguished road
I'd recommend MySQL as it's definetly faster than access. THe SQL syntax should be the same for both. The functions might be different though. MySQL has an online manual so it shouldn't be a problem.
__________________
I'm not sure if this was any help, but I hope it didn't make you stupider.

Experience is something you get just after you really need it.
PHP Installation Guide Feedback welcome.
marek_mar is offline   Reply With Quote
Old 02-08-2006, 12:46 AM   PM User | #3
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,890
Thanks: 5
Thanked 79 Times in 78 Posts
firepages will become famous soon enough
MSAccess is useless after a few concurrent connections, it is not suitable for a multi-user environment such as the internet (though fine for small intranets etc)

+ As it happens , if you use PHP there are sqillions of PHP/MySQL examples/tutorials/forums out there to help you along.
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Old 02-08-2006, 02:50 PM   PM User | #4
degsy
Senior Coder

 
Join Date: Nov 2002
Location: North-East, UK
Posts: 1,265
Thanks: 0
Thanked 0 Times in 0 Posts
degsy is on a distinguished road
PHP & mySQL go together like Curry & Lager

There are far more functions availble to you in PHP and mySQL is more of a standard database than Access. Access has it's own little idiosyncracies, probably because it is propriety.

Also, there are far more scripts avialble to use with mySQL and to manage mySQL, such as phpMyAdmin etc.
degsy is offline   Reply With Quote
Old 02-08-2006, 03:14 PM   PM User | #5
robdog119
New Coder

 
Join Date: Jan 2006
Location: New England
Posts: 57
Thanks: 0
Thanked 0 Times in 0 Posts
robdog119 is an unknown quantity at this point
Mmm...I had a feeling that was going to be the consensus. I didn't find tons of documentation on Access and PHP, but clearly I found a lot to sort through with regard to MySQL and PHP. Thank you marek_mar, firepages, and degsy for your replies! Others are still welcome.
robdog119 is offline   Reply With Quote
Old 02-08-2006, 04:22 PM   PM User | #6
sftl99
Regular Coder

 
Join Date: Apr 2005
Location: austin, tx
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
sftl99 is an unknown quantity at this point
i just love that firepages said the word "sqillions"
sftl99 is offline   Reply With Quote
Old 02-09-2006, 01:45 AM   PM User | #7
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,890
Thanks: 5
Thanked 79 Times in 78 Posts
firepages will become famous soon enough
Quote:
Originally Posted by sftl99
i just love that firepages said the word "sqillions"
DOH, I misspelt it as well ... I meant of course squillions
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Old 02-09-2006, 09:47 AM   PM User | #8
marek_mar
Sensei


 
Join Date: Aug 2003
Location: One step ahead of you.
Posts: 2,815
Thanks: 0
Thanked 3 Times in 3 Posts
marek_mar is on a distinguished road
I wonder how much a squillion is... can't be too big though...
__________________
I'm not sure if this was any help, but I hope it didn't make you stupider.

Experience is something you get just after you really need it.
PHP Installation Guide Feedback welcome.
marek_mar is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 08:30 PM.


Advertisement
Log in to turn off these ads.