Good [insert time of day] to you.
Well, I want to set up a PHP and MySQL system to play with at my house. What are the latest and best programs to use.
Should I use Apache? IIS? a *nix system or a windows OS. What other programs you would recommend. Free preffered. Such as editing programs and the like, also if any tutorial sites.
thnx
PHP + MySQL System
Moderator: General Moderators
Re: PHP + MySQL System
As far as the OS goes, it's all according to what you are most comfortable with. Most people are windows users, and thus windows is a very good choice to start out with.nasr wrote:Good [insert time of day] to you.
Well, I want to set up a PHP and MySQL system to play with at my house. What are the latest and best programs to use.
Should I use Apache? IIS? a *nix system or a windows OS. What other programs you would recommend. Free preffered. Such as editing programs and the like, also if any tutorial sites.
<span style='color:blue' title='courtesy of method_man'>thanks</span>
By web server means, again it's according to what you are comfortable with. If you don't have IIS installed, or you don't know how to use IIS, then just download apache and run it. It's free and very simple to install. There are all KINDS of howto's on installing/setting it up.
As far as what programs to suggest, phpmyadmin is a very good choice to start out with. It's the best web-based interface for mysql administration and can actually guide you into becoming more familiar with MySQL in general. However, I'd suggest you begin by learning MySQL via the command line first and then move on to the gui.
Tutorials are a dime a dozen. You can search google for PHP Tutorial, PHP <subject here> Tutorial, MySQL Tutorial, or any other combination (PHP MySQL Development) and you'll find thousands.
Best thing to do is read php.net's online manual though for a starting point. Once you get that starting point, the only thing left is for you to start coding and trying things out. When you run into a problem, research it! Then, if you still are having problems, post it here and one of us will be glad to help you out.
Good luck and hope this helps.
-
Sphen001
- Forum Contributor
- Posts: 107
- Joined: Thu Mar 10, 2005 12:24 pm
- Location: Land of the Beaver
Don't forget the PHP. There are two versions you can install: 4.3.11, and 5.0.4. PHP 4 is still in widespread use, but PHP 5 is gaining momentum. They are very similar, but have slight differences. Personally, I would go with PHP 5.nasr wrote:Thank you very much. I will do that. And hopefully learn something. Again thank you.
This is what I am going to install.
OS = Windows XP
Server = Apache
Database = MySQL
and Myphpadmin
thank you.
Hope this helps
Sphen001
Try Xampp: http://www.apachefriends.org/en/xampp-windows.html
Comes in all flavours and saves you a lot of hassle if you just want something to play with.
McGruff's Starter Pack might also come in handy: viewtopic.php?t=21400
Comes in all flavours and saves you a lot of hassle if you just want something to play with.
McGruff's Starter Pack might also come in handy: viewtopic.php?t=21400
Xampp looks great! I was going to suggest easyphp...
http://www.easyphp.org/telechargements.php3
I don't think they are running PHP 5.0.
http://www.easyphp.org/telechargements.php3
I don't think they are running PHP 5.0.
-
Corvin Gröning
- Forum Newbie
- Posts: 16
- Joined: Tue May 03, 2005 1:02 pm
But a big drawback of apachefriend's XAMPP is that is contains a lot of scripts and applications (for example Perl) which you mostly never need.
Bacause this I build my own lamp (Linux + Apache + MySQL + PHP). I only installed scripts and applications which I really need.
This isn't very heavy and there are lots of tutorials about on the internet. So I recommend everyone to go this way.
Bacause this I build my own lamp (Linux + Apache + MySQL + PHP). I only installed scripts and applications which I really need.
This isn't very heavy and there are lots of tutorials about on the internet. So I recommend everyone to go this way.