|
From: James E. F. <jf...@ac...> - 2002-10-04 00:35:41
|
---------- Forwarded message ----------
Date: Thu, 3 Oct 2002 17:19:22 -0500
From: Phil Davis <pd...@po...>
To: jim...@us...
Subject: phpESP modifications
James,
I downloaded phpESP and have been very impressed with it. That being
said it didn't do some of the things that I needed it to so I made some
modifications and am now sending those modifications to you in hopes
that you may be able to incorporate them into some future release.
Unfortunately I was working off of version 1.4 rather than the 1.5 beta
that was recently released. The functionality I needed was to be able to
add phpESP to an existing database shared with other users and programs,
hence the table name changes. I also needed more control over the colors
on the site and what page the user returned to after the survey. I know
that these changes are rather extensive (it took quite some time) but
were well worth the effort. I have included a detailed report of what
all changes I made and what files were affected and where.
Thanks for the great program!
Phil Davis
v1.4 final ==> Modified Version
===============================
* Added return_page variable to phpESP.ini to allow customization
of page that user will return to after completing survey.
* Added bgalt_color3, bgalt_color4, and bgalt_color5 variables
to phpESP.ini file for more customization of colors in tables.
* Replaced all hard coded colors with added bgalt_color variables
* Appended phpESP_ to all database names
* Added addditional debug statements
Areas affected...
Searching for 'return_page'...
"\PHPESP\admin\phpESP.ini"(128) 'return_page' => '/homepage.htm',
"\PHPESP\admin\include\funcs.inc"(79) if(!
empty($GLOBALS['ESPCONFIG']['return_page'])) {
"\PHPESP\admin\include\funcs.inc"(80) $referer =
$GLOBALS['ESPCONFIG']['return_page'];
3 occurence(s) have been found.
Searching for 'bgalt_color3'...
"\PHPESP\admin\phpESP.ini"(144) 'bgalt_color3' => '#555555',
"\PHPESP\admin\include\function\survey_merge.inc"(135) if($bg !=
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_merge.inc"(136) else
$bg = $GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\function\survey_render.inc"(205) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\function\survey_render.inc"(210) if ($bg ==
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_render.inc"(211) else
$bg = $GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\function\survey_render.inc"(228) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\function\survey_render.inc"(233) if ($bg ==
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_render.inc"(234) else
$bg = $GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\function\survey_report.inc"(79) if($bg !=
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_report.inc"(80) else
$bg = $GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\function\survey_results.inc"(166) if($bg !=
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_results.inc"(167) else
$bg = $GLOBALS['ESPCONFIG']['bgalt_color3'];
"\PHPESP\admin\include\where\access.inc"(129) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><th align="left"><?php
echo(_('ID')); ?></th><td><?php echo($sid); ?></td><td> </td></tr>
"\PHPESP\admin\include\where\access.inc"(130) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><th align="left"><?php
echo(_('Name')); ?></th><td><?php echo($name);
?></td><td> </td></tr>
"\PHPESP\admin\include\where\access.inc"(131) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><th align="left"><?php
echo(_('Title')); ?></th><td><?php echo($title);
?></td><td> </td></tr>
"\PHPESP\admin\include\where\access.inc"(132) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><th align="left"><?php
echo(_('Owner')); ?></th><td><?php echo($owner);
?></td><td> </td></tr>
"\PHPESP\admin\include\where\access.inc"(133) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><th align="left"><?php
echo(_('Group')); ?></th><td><?php echo($realm);
?></td><td> </td></tr>
"\PHPESP\admin\include\where\access.inc"(134) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><th align="left"><?php
echo(_('Public')); ?></th><td><?php echo($public);
?></td><td> </td></tr>
"\PHPESP\admin\include\where\access.inc"(135) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><td
colspan="3"><hr></td></tr>
"\PHPESP\admin\include\where\access.inc"(153) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\access.inc"(184) if($bg !=
$ESPCONFIG['bgalt_color3'])
"\PHPESP\admin\include\where\access.inc"(187) $bg =
$ESPCONFIG['bgalt_color3'];
"\PHPESP\admin\include\where\copy.inc"(65) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\edit.inc"(30) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\export.inc"(23) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\help.inc"(221) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">2</td>
"\PHPESP\admin\include\where\help.inc"(223) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">4</td>
"\PHPESP\admin\include\where\help.inc"(225) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">N/A</td>
"\PHPESP\admin\include\where\help.inc"(230) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_124" value="2"></td>
"\PHPESP\admin\include\where\help.inc"(232) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_124" value="4"></td>
"\PHPESP\admin\include\where\help.inc"(234) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_124" value="N/A"></td>
"\PHPESP\admin\include\where\help.inc"(239) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_125" value="2"></td>
"\PHPESP\admin\include\where\help.inc"(241) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_125" value="4"></td>
"\PHPESP\admin\include\where\help.inc"(243) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_125" value="N/A"></td>
"\PHPESP\admin\include\where\help.inc"(248) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_126" value="2"></td>
"\PHPESP\admin\include\where\help.inc"(250) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_126" value="4"></td>
"\PHPESP\admin\include\where\help.inc"(252) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>"><input type="radio"
name="118_126" value="N/A"></td>
"\PHPESP\admin\include\where\merge.inc"(115) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\report.inc"(65) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\results.inc"(97) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\status.inc"(132) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
"\PHPESP\admin\include\where\test.inc"(97) <tr bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color3']); ?>">
43 occurence(s) have been found.
Searching for 'bgalt_color4'...
"\PHPESP\admin\phpESP.ini"(145) 'bgalt_color4' => '#777777',
"\PHPESP\admin\include\function\survey_merge.inc"(135) if($bg !=
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_render.inc"(210) if ($bg ==
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_render.inc"(233) if ($bg ==
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_report.inc"(79) if($bg !=
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\function\survey_results.inc"(166) if($bg !=
$GLOBALS['ESPCONFIG']['bgalt_color3']) $bg =
$GLOBALS['ESPCONFIG']['bgalt_color4'];
"\PHPESP\admin\include\where\access.inc"(185) $bg =
$ESPCONFIG['bgalt_color4'];
"\PHPESP\admin\include\where\help.inc"(220) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>">1</td>
"\PHPESP\admin\include\where\help.inc"(222) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>">3</td>
"\PHPESP\admin\include\where\help.inc"(224) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>">5</td>
"\PHPESP\admin\include\where\help.inc"(229) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_124" value="1"></td>
"\PHPESP\admin\include\where\help.inc"(231) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_124" value="3"></td>
"\PHPESP\admin\include\where\help.inc"(233) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_124" value="5"></td>
"\PHPESP\admin\include\where\help.inc"(238) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_125" value="1"></td>
"\PHPESP\admin\include\where\help.inc"(240) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_125" value="3"></td>
"\PHPESP\admin\include\where\help.inc"(242) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_125" value="5"></td>
"\PHPESP\admin\include\where\help.inc"(247) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_126" value="1"></td>
"\PHPESP\admin\include\where\help.inc"(249) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_126" value="3"></td>
"\PHPESP\admin\include\where\help.inc"(251) <td width="40"
align="center" bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color4']); ?>"><input type="radio"
name="118_126" value="5"></td>
19 occurence(s) have been found.
Searching for 'bgalt_color5'...
"\PHPESP\admin\phpESP.ini"(146) 'bgalt_color5' => '#555555',
"\PHPESP\admin\include\where\guide.inc"(13) <table bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color5']); ?>"
border="0"><tr><td><pre>
"\PHPESP\admin\include\where\help.inc"(12) <table bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color5']); ?>" border=2
width="98%"><tr><td>
"\PHPESP\admin\include\where\readme.inc"(13) <table bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color5']); ?>"
border="0"><tr><td><pre>
"\PHPESP\admin\include\where\test.inc"(43) <table bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color5']); ?>" border="1"
width="95%"><tr><td>
"\PHPESP\admin\include\where\todo.inc"(8) <table bgcolor="<?php
echo($GLOBALS['ESPCONFIG']['bgalt_color5']); ?>"
border="0"><tr><td><pre>
6 occurence(s) have been found.
Searching for 'phpESP_'...
"\PHPESP\phpESP.sql"(13) CREATE TABLE phpESP_realm (
"\PHPESP\phpESP.sql"(21) CREATE TABLE phpESP_respondent (
"\PHPESP\phpESP.sql"(36) CREATE TABLE phpESP_designer (
"\PHPESP\phpESP.sql"(58) INSERT INTO phpESP_realm ( name, title )
"\PHPESP\phpESP.sql"(62) INSERT INTO phpESP_designer (username,
password, fname, lname, realm, pdesign, pstatus, pdata, pall, pgroup,
puser, disabled)
"\PHPESP\phpESP.sql"(70) CREATE TABLE phpESP_survey (
"\PHPESP\phpESP.sql"(91) CREATE TABLE phpESP_question_type (
"\PHPESP\phpESP.sql"(100) CREATE TABLE phpESP_question (
"\PHPESP\phpESP.sql"(117) CREATE TABLE phpESP_question_choice (
"\PHPESP\phpESP.sql"(126) CREATE TABLE phpESP_access (
"\PHPESP\phpESP.sql"(140) CREATE TABLE phpESP_response (
"\PHPESP\phpESP.sql"(150) CREATE TABLE phpESP_response_bool (
"\PHPESP\phpESP.sql"(158) CREATE TABLE phpESP_response_single (
"\PHPESP\phpESP.sql"(167) CREATE TABLE phpESP_response_multiple (
"\PHPESP\phpESP.sql"(176) CREATE TABLE phpESP_response_rank (
"\PHPESP\phpESP.sql"(185) CREATE TABLE phpESP_response_text (
"\PHPESP\phpESP.sql"(193) CREATE TABLE phpESP_response_other (
"\PHPESP\phpESP.sql"(202) CREATE TABLE phpESP_response_date (
"\PHPESP\phpESP.sql"(210) INSERT INTO phpESP_question_type VALUES
('1','Yes/No','N','phpESP_response_bool');
"\PHPESP\phpESP.sql"(211) INSERT INTO phpESP_question_type VALUES
('2','Text Box','N','phpESP_response_text');
"\PHPESP\phpESP.sql"(212) INSERT INTO phpESP_question_type VALUES
('3','Essay Box','N','phpESP_response_text');
"\PHPESP\phpESP.sql"(213) INSERT INTO phpESP_question_type VALUES
('4','Radio Buttons','Y','phpESP_response_single');
"\PHPESP\phpESP.sql"(214) INSERT INTO phpESP_question_type VALUES
('5','Check Boxes','Y','phpESP_response_multiple');
"\PHPESP\phpESP.sql"(215) INSERT INTO phpESP_question_type VALUES
('6','Dropdown Box','Y','phpESP_response_single');
"\PHPESP\phpESP.sql"(216) -- # INSERT INTO phpESP_question_type VALUES
('7','Rating','N','phpESP_response_rank');
"\PHPESP\phpESP.sql"(217) INSERT INTO phpESP_question_type VALUES
('8','Rate (scale 1..5)','Y','phpESP_response_rank');
"\PHPESP\phpESP.sql"(218) INSERT INTO phpESP_question_type VALUES
('9','Date','N','phpESP_response_date');
"\PHPESP\phpESP.sql"(219) INSERT INTO phpESP_question_type VALUES
('10','Numeric','N','phpESP_response_text');
"\PHPESP\phpESP.sql"(220) INSERT INTO phpESP_question_type VALUES
('99','Page Break','N','');
"\PHPESP\phpESP.sql"(221) INSERT INTO phpESP_question_type VALUES
('100','Section Text','N','');
"\PHPESP\README"(107) INSERT INTO phpESP_question_type VALUES
('100','Section Text','N','');
"\PHPESP\admin\include\funcs.inc"(56) $sql = "SELECT
thanks_page,thank_head,thank_body FROM phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\funcs.inc"(92) $sql = "SELECT id FROM
phpESP_question WHERE survey_id='${sid}'";
"\PHPESP\admin\include\funcs.inc"(106) $sql = "DELETE FROM
phpESP_response WHERE survey_id=${sid}";
"\PHPESP\admin\include\function\survey_copy.inc"(21) $sql = "SELECT *
FROM phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\function\survey_copy.inc"(36) $sql = "SELECT
COUNT(*) FROM phpESP_survey WHERE name='". $survey['name'] ."'";
"\PHPESP\admin\include\function\survey_copy.inc"(39) $sql = "SELECT
COUNT(*) FROM phpESP_survey WHERE name='". $survey['name'] . ++$i ."'";
"\PHPESP\admin\include\function\survey_copy.inc"(46) $sql = "INSERT
INTO phpESP_survey ";
"\PHPESP\admin\include\function\survey_copy.inc"(57) $sql = "SELECT *
FROM phpESP_question
"\PHPESP\admin\include\function\survey_copy.inc"(73) $sql = "INSERT INTO
phpESP_question ";
"\PHPESP\admin\include\function\survey_copy.inc"(82) $sql = "SELECT *
FROM phpESP_question_choice
"\PHPESP\admin\include\function\survey_copy.inc"(91) $sql = "INSERT INTO
phpESP_question_choice ";
"\PHPESP\admin\include\function\survey_export_csv.inc"(32) FROM
phpESP_question q
"\PHPESP\admin\include\function\survey_export_csv.inc"(42) FROM
phpESP_question q, phpESP_question_choice c
"\PHPESP\admin\include\function\survey_export_csv.inc"(73) $sql =
"SELECT id FROM phpESP_response
"\PHPESP\admin\include\function\survey_merge.inc"(42) $sql = "SELECT *
FROM phpESP_survey WHERE id=${sid}";
"\PHPESP\admin\include\function\survey_merge.inc"(53) FROM
phpESP_response R
"\PHPESP\admin\include\function\survey_merge.inc"(80) FROM
phpESP_question
"\PHPESP\admin\include\function\survey_merge.inc"(176) FROM
phpESP_question_choice
"\PHPESP\admin\include\function\survey_merge.inc"(190) $sql = "SELECT
content FROM phpESP_question_choice WHERE id=${cid}";
"\PHPESP\admin\include\function\survey_merge.inc"(219) FROM
phpESP_question_choice
"\PHPESP\admin\include\function\survey_merge.inc"(233) $sql = "SELECT
content FROM phpESP_question_choice WHERE id=${cid}";
"\PHPESP\admin\include\function\survey_merge.inc"(251) FROM
phpESP_response_other A
"\PHPESP\admin\include\function\survey_merge.inc"(295) FROM
phpESP_question_choice
"\PHPESP\admin\include\function\survey_merge.inc"(308) $sql = "SELECT
content FROM phpESP_question_choice WHERE id=${cid}";
"\PHPESP\admin\include\function\survey_purge.inc"(25) $sql = "SELECT id
FROM phpESP_question WHERE survey_id ${sidstr}";
"\PHPESP\admin\include\function\survey_purge.inc"(43) $sql = "DELETE
FROM phpESP_response WHERE survey_id ${sidstr}";
"\PHPESP\admin\include\function\survey_purge.inc"(47) $sql = "DELETE
FROM phpESP_question_choice WHERE question_id ${qidstr}";
"\PHPESP\admin\include\function\survey_purge.inc"(51) $sql = "DELETE
FROM phpESP_question WHERE survey_id ${sidstr}";
"\PHPESP\admin\include\function\survey_purge.inc"(55) $sql = "DELETE
FROM phpESP_survey WHERE id ${sidstr}";
"\PHPESP\admin\include\function\survey_render.inc"(26) $sql = "SELECT *
FROM phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\function\survey_render.inc"(40) $sql = "SELECT *
FROM phpESP_question WHERE id $sec_sql ORDER BY position,id";
"\PHPESP\admin\include\function\survey_render.inc"(46) $sql = "SELECT
COUNT(*) FROM phpESP_question WHERE id $sec_sql AND required='Y'";
"\PHPESP\admin\include\function\survey_render.inc"(82) $sql = "SELECT *
FROM phpESP_question_choice WHERE question_id='$qid' AND content NOT
LIKE '!other%' ORDER BY id";
"\PHPESP\admin\include\function\survey_render.inc"(84) $sql = "SELECT *
FROM phpESP_question_choice WHERE question_id='$qid' AND content LIKE
'!other%' ORDER BY id";
"\PHPESP\admin\include\function\survey_report.inc"(21) FROM
phpESP_question_type
"\PHPESP\admin\include\function\survey_report.inc"(34) $sql = "SELECT *
FROM phpESP_survey WHERE id='$sid'";
"\PHPESP\admin\include\function\survey_report.inc"(43) $sql = "SELECT *
FROM phpESP_question
"\PHPESP\admin\include\function\survey_report.inc"(92) $sql = "SELECT *
FROM phpESP_question_choice
"\PHPESP\admin\include\function\survey_results.inc"(45) FROM
phpESP_question_type
"\PHPESP\admin\include\function\survey_results.inc"(58) $sql = "SELECT *
FROM phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\function\survey_results.inc"(68) FROM
phpESP_question
"\PHPESP\admin\include\function\survey_results.inc"(79) $sql = "SELECT
type_id FROM phpESP_question WHERE id=${qid}";
"\PHPESP\admin\include\function\survey_results.inc"(96) phpESP_response
R
"\PHPESP\admin\include\function\survey_results.inc"(105) phpESP_response
R
"\PHPESP\admin\include\function\survey_results.inc"(113) FROM
phpESP_response R
"\PHPESP\admin\include\function\survey_results.inc"(181) case
'phpESP_response_bool':
"\PHPESP\admin\include\function\survey_results.inc"(206) case
'phpESP_response_multiple':
"\PHPESP\admin\include\function\survey_results.inc"(208) case
'phpESP_response_single':
"\PHPESP\admin\include\function\survey_results.inc"(210) FROM
phpESP_question_choice C,
"\PHPESP\admin\include\function\survey_results.inc"(227) FROM
phpESP_response_other A, phpESP_question_choice C
"\PHPESP\admin\include\function\survey_results.inc"(246) case
'phpESP_response_text':
"\PHPESP\admin\include\function\survey_results.inc"(263) case
'phpESP_response_date':
"\PHPESP\admin\include\function\survey_results.inc"(280) case
'phpESP_response_rank':
"\PHPESP\admin\include\function\survey_results.inc"(283) FROM
phpESP_question_choice C, ${table} A
"\PHPESP\admin\include\function\survey_results.inc"(300) FROM
phpESP_${table} A
"\PHPESP\admin\include\function\survey_update.inc"(51) $sql = "INSERT
INTO phpESP_survey (" . join(',',$f_arr) . ") VALUES (" .
join(',',$v_arr) . ")";
"\PHPESP\admin\include\function\survey_update.inc"(62) $sql = "SELECT id
FROM phpESP_survey WHERE name='". XADDSLASHES($HTTP_POST_VARS['name'])
."'";
"\PHPESP\admin\include\function\survey_update.inc"(88) $sql = "SELECT
name FROM phpESP_survey WHERE id='${survey_id}'";
"\PHPESP\admin\include\function\survey_update.inc"(98) $sql = "SELECT
COUNT(*) FROM phpESP_survey WHERE name='" .
XADDSLASHES($HTTP_POST_VARS['name']) ."'";
"\PHPESP\admin\include\function\survey_update.inc"(113) $sql = "UPDATE
phpESP_survey SET " . join(', ',$f_arr) . " WHERE id='${survey_id}'";
"\PHPESP\admin\include\function\survey_update.inc"(171) $sql = "SELECT
Q.type_id FROM phpESP_question Q WHERE Q.survey_id='${survey_id}' AND
Q.id='${qid}'";
"\PHPESP\admin\include\function\survey_update.inc"(233) $sql = "UPDATE
phpESP_question SET " . join(', ',$f_arr) . " WHERE id='${qid}'";
"\PHPESP\admin\include\function\survey_update.inc"(238) $sql = "SELECT
MAX(position)+1 FROM phpESP_question WHERE survey_id='${survey_id}'";
"\PHPESP\admin\include\function\survey_update.inc"(252) $sql = "INSERT
INTO phpESP_question (" . join(', ',$f_arr) . ") VALUES (" . join(',
',$v_arr) .")";
"\PHPESP\admin\include\function\survey_update.inc"(271) $sql = "SELECT
c.id FROM phpESP_question q, phpESP_question_choice c WHERE
q.id=c.question_id AND q.survey_id=${survey_id}";
"\PHPESP\admin\include\function\survey_update.inc"(290) $sql = "INSERT
INTO phpESP_question_choice (question_id,content) VALUES
('${qid}','${choice_content}')";
"\PHPESP\admin\include\function\survey_update.inc"(295) $sql = "DELETE
FROM phpESP_question_choice WHERE id='${choice_id}'";
"\PHPESP\admin\include\function\survey_update.inc"(298) $sql = "UPDATE
phpESP_question_choice SET content='${choice_content}' WHERE
id='${choice_id}'";
"\PHPESP\admin\include\lib\espauth-default.inc"(20) $sql = "SELECT realm
FROM phpESP_survey WHERE id = '$sid' AND public = 'N'";
"\PHPESP\admin\include\lib\espauth-default.inc"(43) FROM phpESP_access
a, phpESP_respondent r
"\PHPESP\admin\include\lib\espauth-default.inc"(76) $sql = "SELECT
COUNT(*) < '$maxlogin' FROM phpESP_response WHERE
"\PHPESP\admin\include\lib\espauth-default.inc"(128) $sql = "SELECT *
FROM phpESP_designer WHERE
"\PHPESP\admin\include\lib\espauth-default.inc"(219) $sql = "SELECT
s.owner = '$user' FROM phpESP_survey s WHERE s.id='$sid'";
"\PHPESP\admin\include\lib\espauth-default.inc"(232) $sql = "SELECT
s.realm FROM phpESP_survey s WHERE s.id='$sid'";
"\PHPESP\admin\include\lib\espauth-default.inc"(257) $sql = "UPDATE
phpESP_designer SET password=PASSWORD('$new')
"\PHPESP\admin\include\lib\espauth-ldap.inc"(25) $sql = "SELECT realm
FROM phpESP_survey WHERE id = '$sid' AND public = 'N'";
"\PHPESP\admin\include\lib\espauth-ldap.inc"(48) FROM phpESP_access a,
phpESP_respondent r
"\PHPESP\admin\include\lib\espauth-ldap.inc"(81) $sql = "SELECT COUNT(*)
< '$maxlogin' FROM phpESP_response WHERE
"\PHPESP\admin\include\lib\espauth-ldap.inc"(156) $sql = "SELECT * FROM
phpESP_designer WHERE
"\PHPESP\admin\include\lib\espauth-ldap.inc"(179) $sql = "SELECT * FROM
phpESP_designer WHERE
"\PHPESP\admin\include\lib\espauth-ldap.inc"(188) $user_sql = "INSERT
INTO phpESP_realm (name, title) VALUES ('$username','$username')";
"\PHPESP\admin\include\lib\espauth-ldap.inc"(191) $user_sql = "INSERT
INTO phpESP_designer
"\PHPESP\admin\include\lib\espauth-ldap.inc"(199) $user_sql = "UPDATE
phpESP_designer SET password = PASSWORD('$password') WHERE username =
'$username'";
"\PHPESP\admin\include\lib\espauth-ldap.inc"(273) $sql = "SELECT s.owner
= '$user' FROM phpESP_survey s WHERE s.id='$sid'";
"\PHPESP\admin\include\lib\espauth-ldap.inc"(286) $sql = "SELECT s.realm
FROM phpESP_survey s WHERE s.id='$sid'";
"\PHPESP\admin\include\lib\espauth-ldap.inc"(311) $sql = "UPDATE
phpESP_designer SET password=PASSWORD('$new')
"\PHPESP\admin\include\lib\espmerge.inc"(15) $sql = "SELECT survey_id
FROM phpESP_question WHERE id ". array_to_insql($targetq);
"\PHPESP\admin\include\lib\espmerge.inc"(23) FROM phpESP_question Q
"\PHPESP\admin\include\lib\espmerge.inc"(53) $sql = "SELECT question_id
FROM phpESP_question_choice WHERE id ". array_to_insql($targetc);
"\PHPESP\admin\include\lib\espmerge.inc"(62) FROM phpESP_question_choice
C
"\PHPESP\admin\include\lib\espresponse.inc"(21) FROM phpESP_question
"\PHPESP\admin\include\lib\espresponse.inc"(39) $sql = "SELECT id FROM
phpESP_question_choice WHERE question_id='$qid'";
"\PHPESP\admin\include\lib\espresponse.inc"(86) $sql = "INSERT INTO
phpESP_response (survey_id,username) VALUES ( '${sid}','${userid}' )";
"\PHPESP\admin\include\lib\espresponse.inc"(96) FROM phpESP_question Q,
phpESP_question_type T
"\PHPESP\admin\include\lib\espresponse.inc"(109) case
'phpESP_response_bool':
"\PHPESP\admin\include\lib\espresponse.inc"(116) case
'phpESP_response_text':
"\PHPESP\admin\include\lib\espresponse.inc"(130) case
'phpESP_response_date':
"\PHPESP\admin\include\lib\espresponse.inc"(140) case
'phpESP_response_single':
"\PHPESP\admin\include\lib\espresponse.inc"(142) $sql = "SELECT id FROM
phpESP_question_choice WHERE question_id='${qid}' AND content LIKE
'!other%' ORDER BY id";
"\PHPESP\admin\include\lib\espresponse.inc"(150) $sql = "INSERT INTO
phpESP_response_other ( response_id,question_id,choice_id,response )
VALUES ( '${rid}','${qid}','${cid}','${other}' )";
"\PHPESP\admin\include\lib\espresponse.inc"(165) $sql = "INSERT INTO
phpESP_response_other ( response_id,question_id,choice_id,response )
VALUES ( '${rid}','${qid}','${cid}','${other}' )";
"\PHPESP\admin\include\lib\espresponse.inc"(179) case
'phpESP_response_multiple':
"\PHPESP\admin\include\lib\espresponse.inc"(180) $sql = "SELECT id FROM
phpESP_question_choice WHERE question_id='${qid}' AND content LIKE
'!other%'";
"\PHPESP\admin\include\lib\espresponse.inc"(188) $sql = "INSERT INTO
phpESP_response_other ( response_id,question_id,choice_id,response )
VALUES ( '${rid}','${qid}','${cid}','${other}' )";
"\PHPESP\admin\include\lib\espresponse.inc"(210) case
'phpESP_response_rank':
"\PHPESP\admin\include\lib\espresponse.inc"(212) $sql = "SELECT id FROM
phpESP_question_choice WHERE question_id='${qid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(253) $sql = "UPDATE
phpESP_response SET complete='Y' WHERE id='${rid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(270) $sql = "SELECT
question_id,choice_id FROM phpESP_response_bool WHERE
response_id='${rid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(281) $sql = "SELECT
question_id,choice_id FROM phpESP_response_single WHERE
response_id='${rid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(292) $sql = "SELECT
question_id,choice_id FROM phpESP_response_multiple WHERE
response_id='${rid}' ORDER BY question_id";
"\PHPESP\admin\include\lib\espresponse.inc"(314) $sql = "SELECT
question_id,choice_id,rank FROM phpESP_response_rank WHERE
response_id='${rid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(328) $sql = "SELECT
question_id,response FROM phpESP_response_text WHERE
response_id='${rid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(339) $sql = "SELECT
question_id,choice_id,response FROM phpESP_response_other WHERE
response_id='${rid}' ORDER BY question_id";
"\PHPESP\admin\include\lib\espresponse.inc"(351) FROM
phpESP_response_date a
"\PHPESP\admin\include\lib\espresponse.inc"(376) FROM
phpESP_response_bool a, phpESP_question q
"\PHPESP\admin\include\lib\espresponse.inc"(389) FROM
phpESP_response_single a, phpESP_question q, phpESP_question_choice c
"\PHPESP\admin\include\lib\espresponse.inc"(402) FROM
phpESP_response_multiple a, phpESP_question q, phpESP_question_choice c
"\PHPESP\admin\include\lib\espresponse.inc"(428) FROM
phpESP_response_other a, phpESP_question q, phpESP_question_choice c
"\PHPESP\admin\include\lib\espresponse.inc"(448) FROM
phpESP_response_rank a, phpESP_question q, phpESP_question_choice c
"\PHPESP\admin\include\lib\espresponse.inc"(474) FROM
phpESP_response_text a, phpESP_question q
"\PHPESP\admin\include\lib\espresponse.inc"(487) FROM
phpESP_response_date a, phpESP_question q
"\PHPESP\admin\include\lib\espresponse.inc"(512) $sql = "SELECT name,
email FROM phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\lib\espresponse.inc"(523) $sql = "SELECT id FROM
phpESP_question WHERE survey_id='${sid}' AND deleted='N' ORDER BY
position,id";
"\PHPESP\admin\include\lib\espresponse.inc"(533) $subject = _('Response
from phpESP_survey:') ." $name [$rid]";
"\PHPESP\admin\include\lib\espsql.inc"(26) FROM phpESP_question
"\PHPESP\admin\include\lib\espsql.inc"(43) $sql = "SELECT $field,
type_id FROM phpESP_question
"\PHPESP\admin\include\lib\espsql.inc"(73) FROM phpESP_question
"\PHPESP\admin\include\lib\espsql.inc"(100) $sql = 'SELECT id,
has_choices FROM phpESP_question_type ORDER BY id';
"\PHPESP\admin\include\lib\espsql.inc"(117) $sql = 'SELECT id,
response_table FROM phpESP_question_type ORDER BY id';
"\PHPESP\admin\include\tab\finish.inc"(12) $sql = "SELECT name FROM
phpESP_survey WHERE id = '". $HTTP_SESSION_VARS['survey_id']. "'";
"\PHPESP\admin\include\tab\general.inc"(16) $sql = "SELECT * FROM
phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\tab\general.inc"(51) $sql = "SELECT name FROM
phpESP_realm";
"\PHPESP\admin\include\tab\order.inc"(17) $sql = "SELECT MAX(position)+1
FROM phpESP_question WHERE survey_id='$sid'";
"\PHPESP\admin\include\tab\order.inc"(22) $sql = "INSERT INTO
phpESP_question (survey_id,type_id,position,content)
"\PHPESP\admin\include\tab\order.inc"(29) $sql = "SELECT id,position
FROM phpESP_question
"\PHPESP\admin\include\tab\order.inc"(41) $sql = "UPDATE phpESP_question
SET deleted='Y' WHERE id='$qid' AND survey_id='$sid'";
"\PHPESP\admin\include\tab\order.inc"(50) $sql = "UPDATE phpESP_question
SET position=position+1
"\PHPESP\admin\include\tab\order.inc"(56) $sql = "UPDATE phpESP_question
SET position='$dst' WHERE id='$qid' AND survey_id='$sid'";
"\PHPESP\admin\include\tab\order.inc"(63) $sql = "SELECT
id,type_id,position,content FROM phpESP_question
"\PHPESP\admin\include\tab\preview.inc"(12) $sql = "SELECT COUNT(*) FROM
phpESP_question WHERE survey_id='${sid}'
"\PHPESP\admin\include\tab\questions.inc"(18) $sql = "SELECT id FROM
phpESP_question
"\PHPESP\admin\include\tab\questions.inc"(51) $sql = "SELECT * FROM
phpESP_question WHERE id='${curr_q_id}' AND deleted='N' ORDER BY
position";
"\PHPESP\admin\include\tab\questions.inc"(106) $sql = 'SELECT id, type
FROM phpESP_question_type WHERE id != 99';
"\PHPESP\admin\include\tab\questions.inc"(141) FROM phpESP_question_type
"\PHPESP\admin\include\tab\questions_options.inc"(15) $sql = "SELECT
id,content FROM phpESP_question_choice WHERE question_id='${curr_q_id}'
ORDER BY id";
"\PHPESP\admin\include\where\access.inc"(20) FROM phpESP_survey s WHERE
s.id = '$sid'";
"\PHPESP\admin\include\where\access.inc"(21) $sql1 = "SELECT a.realm,
a.maxlogin FROM phpESP_access a
"\PHPESP\admin\include\where\access.inc"(31) FROM phpESP_survey s WHERE
s.id = '$sid' AND NOT (status & " .STATUS_DELETED. ") AND (s.owner = '".
"\PHPESP\admin\include\where\access.inc"(33) $sql1 = "SELECT a.realm,
a.maxlogin FROM phpESP_access a, phpESP_survey s
"\PHPESP\admin\include\where\access.inc"(66) $sql = "INSERT INTO
phpESP_access (survey_id, realm, maxlogin) VALUES ('$sid', '$arealm',
'$max')";
"\PHPESP\admin\include\where\access.inc"(70) $sql = "DELETE FROM
phpESP_access WHERE survey_id = '$sid' AND realm = '$arealm'";
"\PHPESP\admin\include\where\access.inc"(73) $sql = "UPDATE
phpESP_survey SET public = 'N' WHERE id = '$sid'";
"\PHPESP\admin\include\where\access.inc"(77) $sql = "UPDATE
phpESP_survey SET public = 'Y' WHERE id = '$sid'";
"\PHPESP\admin\include\where\access.inc"(91) $sql = "SELECT name FROM
phpESP_realm";
"\PHPESP\admin\include\where\access.inc"(169) $sql = 'SELECT
id,name,title,owner,realm,public FROM phpESP_survey WHERE NOT (status &
' .STATUS_DELETED. ') ORDER BY id DESC';
"\PHPESP\admin\include\where\access.inc"(178) FROM phpESP_survey WHERE
NOT (status & " .STATUS_DELETED. ") AND (owner = '".
"\PHPESP\admin\include\where\admdesigner.inc"(33) $sql = "DELETE FROM
phpESP_designer WHERE username='$u' AND realm='$r'";
"\PHPESP\admin\include\where\admdesigner.inc"(97) $sql = "SELECT * FROM
phpESP_designer WHERE username='$u' AND realm='$r'";
"\PHPESP\admin\include\where\admdesigner.inc"(103) $sql = "INSERT INTO
phpESP_designer
"\PHPESP\admin\include\where\admdesigner.inc"(127) $sql = "UPDATE
phpESP_designer SET
"\PHPESP\admin\include\where\admdesigner.inc"(171) $sql = "SELECT * FROM
phpESP_designer WHERE username='$u' AND realm='$r'";
"\PHPESP\admin\include\where\admdesigner.inc"(222) $sql = "SELECT name
FROM phpESP_realm";
"\PHPESP\admin\include\where\admrespondent.inc"(33) $sql = "DELETE FROM
phpESP_respondent WHERE username='$u' AND realm='$r'";
"\PHPESP\admin\include\where\admrespondent.inc"(91) $sql = "SELECT *
FROM phpESP_respondent WHERE username='$u' AND realm='$r'";
"\PHPESP\admin\include\where\admrespondent.inc"(97) $sql = "INSERT INTO
phpESP_respondent
"\PHPESP\admin\include\where\admrespondent.inc"(116) $sql = "UPDATE
phpESP_respondent SET
"\PHPESP\admin\include\where\admrespondent.inc"(148) $sql = "SELECT *
FROM phpESP_respondent WHERE username='$u' AND realm='$r'";
"\PHPESP\admin\include\where\admrespondent.inc"(198) $sql = "SELECT name
FROM phpESP_realm";
"\PHPESP\admin\include\where\cancel.inc"(25) $sql = "SELECT status FROM
phpESP_survey WHERE id='".$HTTP_SESSION_VARS['survey_id']."'";
"\PHPESP\admin\include\where\cancel.inc"(37) $sql = "UPDATE
phpESP_survey SET status='${status}' WHERE
id='".$HTTP_SESSION_VARS['survey_id']."'";
"\PHPESP\admin\include\where\copy.inc"(46) $sql = 'SELECT
id,name,title,status,owner,realm FROM phpESP_survey ORDER BY id DESC';
"\PHPESP\admin\include\where\copy.inc"(53) FROM phpESP_survey WHERE NOT
(status & ". STATUS_DELETED .") AND (owner = '".
"\PHPESP\admin\include\where\designers.inc"(9) $sql = 'SELECT username,
fname, lname, realm, disabled, expiration FROM phpESP_designer';
"\PHPESP\admin\include\where\download.inc"(16) $sql = "SELECT name FROM
phpESP_survey WHERE id = $sid";
"\PHPESP\admin\include\where\edit.inc"(14) FROM phpESP_survey s WHERE
s.status = 0 ORDER BY s.id DESC';
"\PHPESP\admin\include\where\edit.inc"(21) FROM phpESP_survey s WHERE
s.status = 0 AND (s.owner = '".
"\PHPESP\admin\include\where\export.inc"(37) $sql = "SELECT
id,name,title,status,owner,realm FROM phpESP_survey
"\PHPESP\admin\include\where\export.inc"(45) FROM phpESP_survey WHERE
(status & $statusok) AND (owner = '".
"\PHPESP\admin\include\where\export.inc"(93) $sql = "SELECT name FROM
phpESP_survey WHERE id = $sid";
"\PHPESP\admin\include\where\groups.inc"(17) $sql = "INSERT INTO
phpESP_realm (name, title)
"\PHPESP\admin\include\where\groups.inc"(27) $sql = "SELECT
count(d.username) FROM phpESP_designer d WHERE d.realm='".
XADDSLASHES($HTTP_GET_VARS['del']) ."'";
"\PHPESP\admin\include\where\groups.inc"(34) $sql = "DELETE FROM
phpESP_realm WHERE name='". XADDSLASHES($HTTP_GET_VARS['del']) ."'";
"\PHPESP\admin\include\where\groups.inc"(41) $sql = 'SELECT r.name,
r.title, count(d.username) FROM phpESP_realm r LEFT JOIN phpESP_designer
d ON r.name=d.realm GROUP BY r.name ORDER BY r.name';
"\PHPESP\admin\include\where\merge.inc"(42) $sql = "SELECT
id,name,title,owner FROM phpESP_survey
"\PHPESP\admin\include\where\merge.inc"(46) $sql = "SELECT
id,name,title,owner FROM phpESP_survey WHERE owner='".
"\PHPESP\admin\include\where\purge.inc"(26) FROM phpESP_survey s LEFT
JOIN phpESP_question q ON
"\PHPESP\admin\include\where\report.inc"(46) $sql = "SELECT
id,name,title,owner,realm FROM phpESP_survey
"\PHPESP\admin\include\where\report.inc"(54) $sql = "SELECT
id,name,title,owner,realm FROM phpESP_survey WHERE (owner='".
"\PHPESP\admin\include\where\respondents.inc"(9) $sql = 'SELECT
username, fname, lname, realm, disabled, expiration FROM
phpESP_respondent';
"\PHPESP\admin\include\where\results.inc"(77) $sql = "SELECT
id,name,title,owner,realm FROM phpESP_survey
"\PHPESP\admin\include\where\results.inc"(85) FROM phpESP_survey WHERE
NOT (status & $statusno) AND (status & $statusok) AND (owner = '".
"\PHPESP\admin\include\where\status.inc"(14) $sql = "SELECT
status,owner,realm FROM phpESP_survey WHERE id='${sid}'";
"\PHPESP\admin\include\where\status.inc"(94) $sql = "UPDATE
phpESP_survey SET status='${status}' WHERE id='${sid}'";
"\PHPESP\admin\include\where\status.inc"(148) $sql = 'SELECT
id,name,title,status,owner,realm FROM phpESP_survey ORDER BY id DESC';
"\PHPESP\admin\include\where\status.inc"(157) FROM phpESP_survey WHERE
(owner = '".
"\PHPESP\admin\include\where\test.inc"(17) $sql = "SELECT
status,owner,realm FROM phpESP_survey WHERE id=${sid}";
"\PHPESP\admin\include\where\test.inc"(74) $sql = "SELECT
id,name,title,owner,realm FROM phpESP_survey
"\PHPESP\admin\include\where\test.inc"(83) FROM phpESP_survey
"\PHPESP\public\handler.php"(46) $sql = "SELECT status FROM
phpESP_survey WHERE id='${sid}'";
"\PHPESP\public\handler.php"(87) <form method="post"
name="phpesp_response" action="<?php echo($action); ?>">
"\PHPESP\public\survey.php"(15) $sql = "SELECT id,title FROM
phpESP_survey WHERE name = '$_name'";
232 occurence(s) have been found.
Searching for 'if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS'])
echo("<!-- '...
"\PHPESP\admin\include\function\survey_results.inc"(189)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_results.inc 1 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_results.inc"(218)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_results.inc 2 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_results.inc"(232)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_results.inc 3 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_results.inc"(252)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_results.inc 4 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_results.inc"(269)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_results.inc 5 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_results.inc"(290)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_results.inc 6 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(53)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 1 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(64)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 1 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(90)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 2 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(115)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 3 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(255)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 4 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(273)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 5 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\function\survey_update.inc"(303)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
survey_update.inc 6 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(26)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 1 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(41)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 2 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(88)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 3 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(102)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 4 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(112)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 5 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(125)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 6 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(135)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 7 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(144)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 8 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(152)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 9 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(167)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 10 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(175)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 11 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(182)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 12 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(190)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 13 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(205)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 14 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(214)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 15 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(226)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 16 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(239)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 17 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(255)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 18 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(272)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 19 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(283)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 20 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(294)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 21 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(316)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 22 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(330)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 23 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(341)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 24 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(354)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 25 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(379)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 26 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(392)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 27 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(406)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 28 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(432)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 29 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(451)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 30 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(477)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 31 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(490)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 32 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(514)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 33 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\lib\espresponse.inc"(525)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!--
espresonse.inc 34 \$sql = '$sql' -->\n");
"\PHPESP\admin\include\where\results.inc"(89)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!-- results.inc 1
\$sql = '$sql' -->\n");
"\PHPESP\admin\include\where\test.inc"(19)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!-- test.inc 1
\$sql = '$sql' -->\n");
"\PHPESP\admin\include\where\test.inc"(89)
if($GLOBALS['ESPCONFIG']['DEBUG_RESULTS']) echo("<!-- test.inc 2
\$sql = '$sql' -->\n");
50 occurence(s) have been found.
|