![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2006
Posts: 51
Rep Power: 3
![]() |
database driven php
im planning on making a small php application that runs on a local server.. what database shud i use ? SQL Server Express or maybe MySQL (can this be downloaded and installed on a local machine ?)
thnks |
|
|
|
|
|
#2 |
|
Expert Programmer
|
MySQL is a good choice. Its free of charge, and built with speed in mind from the start. Its very powerful and is improving all the time as the developers are releasing impressive updates all the time.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Yes, it can be put on your local machine. I have a WAMP setup that works like a charm.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Expert Programmer
|
Yep, If you want you can download all of the applications seperately. Or you can get a bundle installer such as XAMP or Apache2Triad which install Apache, MySQL, PHP and others all in one go and configure them for you.
It's really useful but you don't get to learn how to configure them if you do use one.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#5 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Actually, I started with XAMP. It was just that little bit flakey, so I pulled it and went the separate route. I'm sure it would have been fine if I had tweaked it appropriately, but I didn't learn how to do that until I went separate and HAD to.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#6 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
None of those three/four-in-one packages like XAMPP, etc. worked for me, so I did it properly. Helped me understand what the hell was going on in the background.
|
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Sep 2004
Posts: 207
Rep Power: 5
![]() |
I've done both, but go with a package if you can. Apache and PHP can be a bitch to setup.
It spent hours with problems from them both.
__________________
_______________________________ BlazingWolf |
|
|
|
|
|
#8 |
|
Expert Programmer
|
Until recently, I hadn't heard the term WAMP of LAMP. Then I realised I basicly set em up all on my own. That's the way I've been doing it for years. I never knew they had packages... :p
|
|
|
|
|
|
#9 | |
|
Unverified User
Join Date: Aug 2005
Location: none
Posts: 146
Rep Power: 0
![]() |
Quote:
__________________
Warning: My posts may change (dramatically) within the first 15 minutes they're posted. Got 'Nux?—GNU/Linux and other free software support. It's GNU/Linux, not just Linux. |
|
|
|
|
|
|
#10 | |
|
Hobbyist Programmer
Join Date: Sep 2004
Posts: 207
Rep Power: 5
![]() |
Quote:
__________________
_______________________________ BlazingWolf |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|