+ Reply to Thread
Results 1 to 3 of 3




  

Thread: managing web form data

      
  1. #1
    I'm New! nerodha is on a distinguished road
    Join Date
    June 30, 2011
    Posts
    2
    Rep Power
    0
    Feedback Score
    0

    Default managing web form data

    hi everyone,

    this is my first post and i'm glad to be part of the community

    i'm new to web development, so i'm looking for some general pointers/ideas that will help get me closer to a solution. here's what i need:

    - a web form that allows users to upload files (mostly Word files and PDFs)
    - a database that'll store the form data and associated files
    - a way (as automatic as possible) of saving all of the form data submitted over time into a single excel spreadsheet

    a couple issues i realize i have to address are validation (client- and server-side) and security. i'd appreciate any suggestions on resources/scripting languages/already existing open-source alternatives that will help me achieve this. please let me know if you need more specifics and thanks in advance!!!

  2. #2
    I'm New! Rukbat is on a distinguished road
    Join Date
    August 26, 2011
    Location
    Long Island, NY, USA
    Posts
    19
    Rep Power
    1
    Feedback Score
    0

    Default Re: managing web form data

    1) Learn a little about doing it yourself, or you'll have to hire someone. Putting someone else's form on your ssite is asking for trouble. If you can't read the code, there may be a back door in it, allowing the author full access to your site.

    2) Don't store files in a database - store the path and name of the file. Store the file as a file on the computer's storage (hard drive).

    3) You don't, you create the spreadsheet when you need it. PEAR has a nice xls file library. You store data in a database, you present it in a spreadsheet (or other file format).

    Language? Javascript on the client side, maybe with jQuery, PHP or ASP on the server side, depending on whether you're on a Linux or Windows server. (Linux/PHP is the setup of choice.)

  3. #3
    I'm New! nerodha is on a distinguished road
    Join Date
    June 30, 2011
    Posts
    2
    Rep Power
    0
    Feedback Score
    0

    Default Re: managing web form data

    Quote Originally Posted by Rukbat View Post
    1) Learn a little about doing it yourself, or you'll have to hire someone. Putting someone else's form on your ssite is asking for trouble. If you can't read the code, there may be a back door in it, allowing the author full access to your site.

    2) Don't store files in a database - store the path and name of the file. Store the file as a file on the computer's storage (hard drive).

    3) You don't, you create the spreadsheet when you need it. PEAR has a nice xls file library. You store data in a database, you present it in a spreadsheet (or other file format).

    Language? Javascript on the client side, maybe with jQuery, PHP or ASP on the server side, depending on whether you're on a Linux or Windows server. (Linux/PHP is the setup of choice.)
    awesome! thanks for the tips and pointers rukbat. this'll give me a great roadmap once i settle in to really start this project. i get what you're saying about how data is stored in a database and then exported to a spreadsheet when/how needed. thanks again

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Form Troubles
    By brendanoshan in forum HTML & Website Design
    Replies: 4
    Last Post: Sep 9th, 2010, 2:08 am
  2. Help with my login form!
    By zerkky in forum Programming
    Replies: 2
    Last Post: Jun 25th, 2010, 2:07 am
  3. Can I delete the old data ?
    By Famous16 in forum SEO Forum
    Replies: 4
    Last Post: Apr 26th, 2010, 8:15 am
  4. contact form
    By unr in forum HTML & Website Design
    Replies: 22
    Last Post: Apr 6th, 2008, 7:41 am
  5. Managing domain forward while retaining subdomain
    By slobjones in forum Web Hosting
    Replies: 5
    Last Post: Dec 30th, 2007, 9:12 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads