simple yet elusive question

windows

Guest
Hi all.<br />
<br />
I want to make a simple html page that is just a heading, followed by a list with a title of a movie or book on each line, and also have a text entry box with a submit button at the bottom of the page to allow visitors to add entries to the simple list. I have been looking for how to do this, but I am a newb, so i think i might not have been looking in the right places. Anyone have any good links or better yet, some already written code that can accomplish this? Thanks.<!--content-->Well you are going to need a database backend to hold the data that is submitted and displayed.<br />
<br />
You will also need to use a serverside programming language like asp or php to process the form data, and your site will need to be on a server that supports whichever language you choose.<!--content-->
 
Back
Top