My SQL
You can think of a MySQL database as a container that holds string(text based) data. Images, media files, audio files, and things of that nature really should not be stored in a database. The trick is to put those files on the server in folders and just reference their name and path in the databse. Here are a few of the types of applications PHP and MySQL can help you create:
- Website Blogs
- Custom Dynamic Database Driven Websites (like developPHP)
- Ecommerce and Custom Online Store Programming
- Social Networks and Communities
- Guestbooks
- Entire Dynamic Websites
- Client and Customer Information