Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 505 results for
surveys
- Page 1
Surveys for visitors
Digital Media
Digital Marketing
15 Years Ago
by firefly91
… become quite popular and I now wish to place a
surveys
section on the site that allows my website visitors to… take
surveys
and that I will be paid for each person who… those sites that claim to pay you for taking their
surveys
. Does anyone know where I can find anything like this…
Different Ideas of Surveys
Digital Media
Digital Marketing
15 Years Ago
by bethennyengland
How can I best use a survey to promote my product and also learn what customers want? Are there different types of
surveys
I can send so that it doesn't become spammy? How often should I send the
surveys
?
Re: Different Ideas of Surveys
Digital Media
Digital Marketing
15 Years Ago
by mackone
… on the product or service you want to promote. Doing
surveys
for the money is certainly important to a lot of…
Re: has anyone used Surveys And Friends?
Programming
Game Development
13 Years Ago
by Abegaila
?? This is from their site: ’
Surveys
& Friends.com is the latest generation of paid survey sites. It brings you a fresh approach to making money with your opinion because it enables you and your friends to take
surveys
in a way that is mutually profitable. It’s unique and powerful!’ [url]http://www.surveysandfriends.com/[/url]
has anyone used Surveys And Friends?
Programming
Game Development
13 Years Ago
by Abegaila
I’m looking at the
Surveys
and Friends site. I posted a comment for them on their site... but I’m still wondering if it’s for real. Does anyone has experience with it? Are they a scam?
How can we Implement Multiple Surveys/Feedbacks on Our Result page?
Programming
Web Development
11 Months Ago
by carnoico
… to implement something unique, we want to add multiple forms/
surveys
on the same page, we want each feedback form/survey…
Re: Surveys for visitors
Digital Media
Digital Marketing
15 Years Ago
by jay 11
Try looking into "Survey Monkey." I've heard good things.
Whom do you trust?
Community Center
18 Years Ago
by happygeek
Surveys
, I often find, manage to arrive at the most unexpected …
Re: Different Ideas of Surveys
Digital Media
Digital Marketing
15 Years Ago
by InsightsDigital
Hi It depends who you are surveying and how you are surveying. Will you be calling each customer and asking them to complete a survey or just emailing them? Also, think of an incentive to offer for completed survey takers. I would limit to one survey per quarter or year or at an ad-hoc basis, not every week. You dont want to tire your customer …
Re: Different Ideas of Surveys
Digital Media
Digital Marketing
15 Years Ago
by mahgobb
sounds not that bad when u doing the survey, put yourself in the shoes of the interviewee don't pushing them
Re: Different Ideas of Surveys
Digital Media
Digital Marketing
15 Years Ago
by edhardy
Just from the common users' point of view, I won't mind take some time to do hep with some research on line. But, on the street, when I am going to hang out with my friends?--definitely no!
Re: How can we Implement Multiple Surveys/Feedbacks on Our Result page?
Programming
Web Development
11 Months Ago
by Dani
If I understand you correctly, what you're asking for is custom development work. If you don't already have an in-house developer working on your website who is capable of doing this, you most likely will need to go the custom consulting route. You can use freelance services such as [Upwork](https://www.upwork.com/) or [Toptal](https://www.toptal.…
I am creating survey questions and answers dynamically,how to save them in db in c#.
Programming
Web Development
14 Years Ago
by murtazanaqvi
…:newAttribute();'><img src='http://localhost:49366/
Surveys
/add_button.png' alt='Question' width='20' height… + ")'><img src='http://localhost:49366/
Surveys
/delete_button.png' alt='Question' width='20' height='20'… "\");'><img src='http://localhost:49366/
Surveys
/delete_button.png' alt='answer' width='20' height='20'…
MySQL Calculate Percentage
Programming
Databases
12 Years Ago
by mattsheets
… items, id (numerical), group_name, employees, and
surveys
. I need to in my select calulate the …of 'employees' who my the number in '
surveys
' have taken the survey. This is the …statement I have now: SELECT group_name, employees,
surveys
, COUNT(
surveys
) AS percentage, ((COUNT( * ) / ( SELECT COUNT( * ) FROM…
MySpace Related : Trying to mount BG image on DIV, won't work, tried a few dif things
Programming
Web Development
17 Years Ago
by chaosapostle
…;>TEXT <br>IMAGES <br>
SURVEYS
<br>WHATEVER <br>HERE</…;>TEXT <br>IMAGES <br>
SURVEYS
<br>WHATEVER <br>HERE</…;>TEXT <br>IMAGES <br>
SURVEYS
<br>WHATEVER <br>HERE</…;>TEXT <br>IMAGES <br>
SURVEYS
<br>WHATEVER <br>HERE</…
Re: Control number of survey participants in php?
Programming
Web Development
15 Years Ago
by diafol
…Just ONE way to do this would be: [B]
surveys
table[/B] id (autoincrement/tinyint/primary key) survey_name … [CODE]<?php $rs = mysql_query("SELECT
surveys
.id,
surveys
.form_html, COUNT(replies.survey_id) AS count1 FROM replies INNER… JOIN
surveys
ON replies.survey_id =
surveys
.id GROUP BY replies.survey_id ORDER BY…
Select information from the database for a page accessed by different users
Programming
4 Years Ago
by Vitor_2
… same domain, for example: **Home:** "
surveys
.com" **Questionnaires:** "
surveys
.com/type1" "
surveys
.com/type2" After choosing one…. **User B:** Person who received this link to the questionnaire (
surveys
.com/type1). **What I want to do is:** When **User…
Re: Using PHP and mySQL to update a Table of Data.
Programming
Web Development
12 Years Ago
by mattsheets
…DB"); $sql="SELECT id, group_name, employees,
surveys
FROM $tbl_name"; $result=mysql_query($sql); // Count…tbl_name SET group_name='$group_name[$i]', employees='$employees[$i]',
surveys
='$
surveys
[$i]' WHERE id='$id[$i]'"; $result1=mysql_query…
I'm really stucked in finding out how this form created
Programming
Web Development
14 Years Ago
by alim18
… is my problem; on that site [url]http://www.paid-
surveys
-at-home.com/[/url] i saw this form is created…;div class="form-col-1">How many
Surveys
can you do a day?</div> <div…-1">Days per week you'll fill out
Surveys
?</div> <div class="form-col-2…
Re: Using PHP and mySQL to update a Table of Data.
Programming
Web Development
12 Years Ago
by mattsheets
…;</td> <td ><input name="
surveys
[]" class='input-mini' type="text" id="… $tbl_name SET group_name='{$_POST['group_name'][$i]}', employees='{$_POST['employees'][$i]}',
surveys
='{$_POST['
surveys
'][$i]}' WHERE id='{$_POST['id'][$i]}'"; $result1=mysql_query…
Re: MySQL Calculate Percentage
Programming
Databases
12 Years Ago
by TonyG_cyprus
So lets get this right and clarify, are you saying for instance if the total No of employees is 100, and the total No of
surveys
is 50, you want an answer of 50% ??
Re: Select information from the database for a page accessed by different users
Programming
4 Years Ago
by john_111
… survey details etc. And you can have multiple users assigning
surveys
and multiple people recieving them, from any one who counts…
Problem after installing MessengerPlus!
Hardware and Software
Information Security
19 Years Ago
by jung7311
…: {77DD44BF-551D-4E3C-82CD-D637D5018D3C} - [url]http://www.
surveys
.com/promptcast/Installs/
SURVEYS
.COM%20PROMPTCAST%20SETUP.cab[/url] O16 - DPF: {7BA7BCE2-D359…
Re: Problem after installing MessengerPlus!
Hardware and Software
Information Security
19 Years Ago
by jung7311
… - DPF: {77DD44BF-551D-4E3C-82CD-D637D5018D3C} - http://www.
surveys
.com/promptcast/Installs/
SURVEYS
.COM%20PROMPTCAST%20SETUP.cab O16 - DPF: {7BA7BCE2-D359-4407…
Hhheeelllppp Me Please
Hardware and Software
Information Security
19 Years Ago
by fuzzyp
…: {77DD44BF-551D-4E3C-82CD-D637D5018D3C} - [url]http://www.
surveys
.com/promptcast/Installs/
SURVEYS
.COM%20PROMPTCAST%20SETUP.cab[/url] O16 - DPF: {8E0D4DE5-3180…
Microsoft Visual C++ Runtime Library C:\WINDOWS\explorer.exe
Hardware and Software
Microsoft Windows
18 Years Ago
by xxCattehxx
…: {77DD44BF-551D-4E3C-82CD-D637D5018D3C} - [url]http://www.
surveys
.com/promptcast/Installs/
SURVEYS
.COM%20PROMPTCAST%20SETUP.cab[/url] O16 - DPF: {8A94C905-FF9D…
What are you like?
Community Center
Geeks' Lounge
17 Years Ago
by The Dude
[url=http://www.bbc.co.uk/go/homepage/int/promo/B/6/bdy/-/science/humanbody/mind/
surveys
/whatamilike/index.shtml][u]Take the survey[/u][/url] and see!!! I am a [url=http://www.bbc.co.uk/science/humanbody/mind/
surveys
/whatamilike/index_5.shtml?mastermind][u]MasterMind[/u][/url]
JSP database connectivity according to Model View Controller (MVC) Model 2
Programming
Web Development
16 Years Ago
by peter_budo
… access to enrolled modules, access to module marks, participation in
surveys
or online tests for selected modules. Teachers adding new study… materials for the modules, creating new
surveys
/exams, adding marks to student personal records etc. Provide logout…
Creating or opening existing tables
Programming
Software Development
16 Years Ago
by MichelaDee
… Visual Basic .NET (2008). The program user conducts these Income
Surveys
in various towns in the region and enters various information… from the
surveys
into this program. The challenge I am facing is that…
windows
Hardware and Software
Microsoft Windows
16 Years Ago
by VK415
… python and snod somehow. ------------------- tom ------------ [url=http://www.cashsurveys.net]
Surveys
[/url]-
Surveys
1
2
3
9
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC