Learning MySQL integration with PHP
Word Count: 88I am working on learning MySQL integration with PHP (I am already fairly comfortable with PHP right now) and I think that there are many possibilities that I would like to explore. Sorting tables in the database would make it so much easier to rank things ranging from sports game scores to the best weight loss supplements ratings to the names of people or users in alphabetical order. This is much easier than FFD (flat file database, basically using text files) which I had used in the past.

Leave a Comment