MySQL Forums
Forum List  »  Newbie

Re: Complete Newbie looking for direction
Posted by: Peter Brawley
Date: December 06, 2016 01:12PM

You'll need to study up on relational databases, then on MySQL starting with downloading & installing it, then working through the tutorial chapters at the front of the manual. Then study up on database design.

And you'll need to choose a tool that connects a database to a website. If you've already started with PHP, that might be the way to go ,so you might want to look at the PHP frameworks that are available.

Then the hard part: write the requirement, first in outline, then in exacting detail (eg http://www.artfulsoftware.com/dbdesignbasics.html).

Then you start coding the site.

Options: ReplyQuote


Subject
Written By
Posted
Re: Complete Newbie looking for direction
December 06, 2016 01:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.