View Single Post
  #8 (permalink)  
Old Dec 11th, 2007, 20:46
JustinStudios's Avatar
JustinStudios JustinStudios is offline
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 406
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to JustinStudios
Re: Any decent PHP/MySQL programs out there?

Xampp isn't bad but then again I stay away from code done by others as much as possible. I like to make my own code and build my own library because 1) I know it works, and 2) I know what each thing does and how they do it PLUS I got a listing on what values it returns and how. Also, I do Object Oriented Programming and most of these "add component" is bloated and isn't very OOP friendly.

BTW MySQL does have a easy to use program, it's called PHPMYAdmin.. You can install this on your "server" your running Xampp on. It makes database creation as easy as click and select.
Reply With Quote