Hello!
This is my first time really attempting PHP. I've programmed a few other languages as a beginner. However, I am in need of a solution for a server running Linux and I'm hoping to use PHP.
Here is my project...
I need to have a way to display data from a database (mySQL) and also have an interface in which to enter data into the database. An example of the displaying is at the following link...
http://www.coffeeguide.com
If you browse, you'll see products, links, vendors, etc, in some sort of grid. I would like to be able to do this as well. There is a back-end to the site also that allows the admin to insert the vendors and associate them with products, descriptions, etc.
Does anyone know a good way to do this? I look forward to hearing from you. Thanks!