Jump to content

Search the Community

Showing results for tags 'google forms'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. I'm interested in creating online forms in a similar fashion that Google allows whenever using Google Docs, but with greater functionality and reliability. (A problem that I have experienced when creating forms by Google is that it doesn't handle a large number of questions very well, either freezing up or not saving new questions upon form creation. Other times, I have heard complaints where a user may have spent a good bit of time filling out a form only to discover that it wasn't saved upon clicking the submit button like it should have been.) For example, I might create questions looking like this: Page 1 1. ) Do you eat any meat? ( ) Yes ( ) No Page 2 What kind of meats do you eat? 2.) Beef Yes [ ] No [ ] 3.) Pork Yes [ ] No [ ] 4.) Veal Yes [ ] No [ ] Using Google Forms, I'd then indicate if the user says they don't eat ANY meat, then skip the section on specific types of meat they might eat, which is fine when dealing with a small number of questions, but not for a large number. What I want to be able to do is create a large number of questions in this manner without worrying about the technology I'm using holding me back. Another function that I am interested that isn't really a part of Google Forms is having one user's answers relate to anothers so that say if, using the above example, another user indicates they are a vegetarian and then in a follow-up question, indicate that they can not live with anyone that eats meat, that it is reflected in a compatibility summary. So it's basically being able to post an almost unlimited number of questions to a website that are displayed in a very systematic fashion, and be able receive an almost unlimited number of submissions in the most easy, and economical way that I'm interested in. I thought PHP, Apache, and MySQL would be a good choices because they are widely supported, open source and free. I was also thinking these would be easier to learn these than some of the other choices out there, or should be cheaper to pay someone else to set up if they so widely supported. I've also read that PHP is rarely used alone, and am unsure of what might compliment it well for what I'm wanting to use it for. Any advice?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.