NamePros.Com (http://www.namepros.com/)
-   Programming (http://www.namepros.com/programming/)
-   -   What is the Best php database creator software I can buy? (http://www.namepros.com/programming/461068-what-best-php-database-creator-software.html)

kosmos27 04-23-2008 07:31 AM

What is the Best php database creator software I can buy?
 
Hi,

Can you please tell me the best programs I can get to build a php database ? :eek: Any software you can recommend that is easy to use that I can get to build a database that stores images?


I need something easy to use since Im a beginner, thanks!!

Daniel 04-23-2008 08:39 AM

In my opinion you should use a database to store the location of images, and keep the images in a folder somewhere on the system.

Otherwise you can also base64_encode them if it's PHP.

Dan

redwizardstudios 04-26-2008 03:20 AM

phpmyadmin is free and relatively easy to use. You really only need a basic understanding of the variable types before you can dive in and start using it. All the sites on my hosting have phpmyadmin installed as standard for working with mysql databases and it works well and has regular updates. What kind of "simple features" would you want from a database creator?

regards

Darren

mholt 04-26-2008 06:53 PM

phpMyAdmin is pretty buggy, especially for install and configuration. I've had so many problems I eventually wrote my own database manager in C#. Works a lot better.

But uh, if you don't mind paying a little bit, SQL-Front is pretty decent.

monaco 04-28-2008 01:40 PM

Originally Posted by Daniel
Otherwise you can also base64_encode them if it's PHP.



Why would you do that? Base64 is terribly inefficient; better to just use a BLOB column to do it if that's how it must be done.

I'd recommend storing a link to the file on the system instead though.

MJ 04-28-2008 03:12 PM

phpmyadmin imo is one of the easiest to use for people with no knowledge of databases. You can easily create tables, create users, change users passwords, etc with almost zero knowledge of mysql. If you have CPANEL installed on your machine, you get a graphical version of phpmyadmin, its very nice. For new users, this is what I recomend.

klarth 05-03-2008 02:44 PM

I gotta admin, the configuration of phpMyAdmin is a little more than I'd like, but after that it does make managing databases a heck of a lot easier. :) Just gotta get over that hurdle...

Dreads 05-24-2008 06:10 AM

phpmyadmin is great -_- in my eyes but its a bit annoying to install
but overall its pretty good :p


All times are GMT -7. The time now is 05:59 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0