Hi Everyone,
I am very new to web design and just starting to get the basics of CSS and html. Designing is so much fun! My site includes articles and I thought it would be cool to include a comment box. Before coming here I have read many many posts about how to create this.
I am leaning towards using php and setting up a mysql database with my godaddy account. Through the forums I have read, it looks like I have to create two php pages one for adding comments and one for processing comments.
Do I use an html page with reference to the php page (comment box form is in html)?? In other words which page will be used to display the whole page.
How do you control where the comments end up displaying.
ex. above the comment box or below the comment box.