Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Ah, I see. In order to work with a database, such as MySQL, you need to program it with a server-side language, which takes study and preparation. Although there are Content Management Systems (CMS) that will do some tasks for you, there is no universal tool to build any site from scratch using a database. MySQL is a series of commands, and a structure for storing data. It also has something known as "stored procedures", but they are not used very often since server-side languages are so much more powerful.
If you had some programming experience, you might be able to jump into something like PHP in less than a month, but without that it is hard to tell.
In the meantime, I would look into a CMS such as Joomla or Drupal, to see if they might fit your needs. Both are free, open-source web applications that work on a PHP framework.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|