Results 1 to 2 of 2

Thread: Website form help

  1. #1
    dognation1 Guest

    Website form help

    Hi:

    Im trying to add a form to one of my websites that when a user enters their info that it shows on the form and stays there for all returning users to see. Similar to this one: http://www.3dayol.org/Vigil/GetVigil...76&commid=1302

    Any help in getting this done would be greatly appreciated.

    Thanks in advance,

    chris

  2. #2
    Join Date
    May 2010
    Location
    England
    Posts
    54
    you need a Database and a Server Side Scripting Language

    I recommend php for beginners as it is plenty poweful and has plenty of tutorials around

    couple this with a mySQL database

    Create a table for the things in your form, write them to the database with php on form submission, and then when displaying the table, return them from the database and put them in

Similar Threads

  1. auto-publish form data on website
    By gecco in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 17 Nov 2009, 10:58 AM
  2. Website form to send Attachments to Email
    By pcprotech in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 20 May 2009, 02:46 AM
  3. Website design: where do you stand on form vs. function?
    By WebAward in forum General Questions
    Replies: 1
    Last Post: 16 May 2008, 02:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •