Databases and mySQL what?
Hey, I want to make an interactive website and for me to do that I need to understand the world of databases in other words mySQL or SQL don’t really know anything about the subject. Actually I don’t really know why I have to use a database for my interactive website at all…
For example I want to add a “add a comment” section under some of my photos and videos but every free java or PHP script that I find you have to use a SQL database…
I don’t want anything complicated, maybe a box for were the user can type in their name, one star formation were they can rate the photo or video and one simple text message box for the comment.
I don’t have a web server or anything like that, I use a simple host (for free) www.freewebs.com... And if you know any server that will provide anything useful for me for free I will be glad if you share that information too.:D
I’ve heard that you can make your own interactive database so that the comment section would work even if the site is offline.
This is my plan, I hope that you can help me out, let’s say that some user enters their name in the “name” box on the html page and their comment… Then when they click on the “submit” button the information is sent to a (for example) .txt file were it stores and the information that the user submitted is updated in a div box and so displayed on the html page… Is that possible? :confused:
Thank you in advance for taking the time to answer my question…