You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(103) |
Apr
(37) |
May
(45) |
Jun
(49) |
Jul
(55) |
Aug
(11) |
Sep
(47) |
Oct
(55) |
Nov
(47) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(85) |
Mar
(121) |
Apr
(37) |
May
(33) |
Jun
(33) |
Jul
(14) |
Aug
(34) |
Sep
(58) |
Oct
(68) |
Nov
(31) |
Dec
(9) |
2004 |
Jan
(13) |
Feb
(57) |
Mar
(37) |
Apr
(26) |
May
(57) |
Jun
(14) |
Jul
(8) |
Aug
(12) |
Sep
(32) |
Oct
(10) |
Nov
(7) |
Dec
(12) |
2005 |
Jan
(8) |
Feb
(25) |
Mar
(50) |
Apr
(20) |
May
(32) |
Jun
(20) |
Jul
(83) |
Aug
(25) |
Sep
(17) |
Oct
(14) |
Nov
(32) |
Dec
(27) |
2006 |
Jan
(24) |
Feb
(15) |
Mar
(46) |
Apr
(5) |
May
(6) |
Jun
(9) |
Jul
(12) |
Aug
(5) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(1) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(22) |
Dec
(19) |
2008 |
Jan
(94) |
Feb
(19) |
Mar
(32) |
Apr
(46) |
May
(20) |
Jun
(10) |
Jul
(11) |
Aug
(20) |
Sep
(16) |
Oct
(12) |
Nov
(13) |
Dec
|
2009 |
Jan
|
Feb
(9) |
Mar
(37) |
Apr
(65) |
May
(15) |
Jun
|
Jul
(24) |
Aug
(1) |
Sep
(8) |
Oct
(4) |
Nov
(21) |
Dec
(5) |
2010 |
Jan
(35) |
Feb
(6) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-08-05 22:58:21
|
Bugs item #783745, was opened at 2003-08-05 15:32 Message generated for change (Comment added) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=783745&group_id=8956 Category: SQL Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Stephen Lawrence (logart) Assigned to: Nobody/Anonymous (nobody) Summary: single quote breaks "add survey" Initial Comment: If I enter a single quote in either the name, title, subtitle, etc. I get errors from the single quote being in the insert statement. [ Warning, error encountered. [ 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'asdfasdf'', email='', theme='', thanks_page='', thank_head='', ] ] thanks ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2003-08-05 17:58 Message: Logged In: YES user_id=14116 What version of ESP are you using? Are magic quotes turned on or off in php? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=783745&group_id=8956 |
From: Luis F. <lfa...@fu...> - 2003-08-05 22:36:33
|
Hi! I've developed a data classifier system, that allows text, numeric and date fields to be classified by plugins. I couldn't generate a patch with cvs diff -u (it didn't included new files, can anyone help me with this?), so here is a url: http://cidec.futuro.usp.br/phpesp-classifier-0.1.tar.gz The changes were made on current cvs version. I've provided some documentation, but briefly, each classifier plugin is a class, each question may have an active classifier that is an object serialized in the db. The object provides an interface to be configured by the survey designer. When survey_result finds a question with a classifier, all response contents will be passed to it before rendering the survey result. The database scripts were modified to create the table "classifier". There's also a plugin to classify numeric numbers into intervals. Other ideas I have for plugins: - One that allows user to navigate through text answers and classify them individually. - One that takes a zip code and cross it with other data about that region I've also translated what was missing in pt_BR (although the new strings of the classifiers are not in messages.po). I hope you enjoy :-). []s Luis |
From: SourceForge.net <no...@so...> - 2003-08-05 20:32:57
|
Bugs item #783745, was opened at 2003-08-05 20:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=783745&group_id=8956 Category: SQL Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Stephen Lawrence (logart) Assigned to: Nobody/Anonymous (nobody) Summary: single quote breaks "add survey" Initial Comment: If I enter a single quote in either the name, title, subtitle, etc. I get errors from the single quote being in the insert statement. [ Warning, error encountered. [ 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'asdfasdf'', email='', theme='', thanks_page='', thank_head='', ] ] thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=783745&group_id=8956 |
From: flobee <fl...@gm...> - 2003-07-31 18:22:07
|
hi! can you please stop showing the email address from SF.net !? http://sourceforge.net/mailarchive/forum.php?forum=3Dphpesp-devel i found this link in google and yahoo i get too much spam to this accout and not many people know this = email!!!! (spidered addresses) thank you flobee |
From: Sean M. A. <sea...@gr...> - 2003-07-29 20:32:18
|
Hiall. A couple of our users have brought up a question about having an expiration date for a survey. They're looking to have results break down quarterly, and apparently one of them screwed up and didn't end last quarter's survey and make a new one for this quarter. At anyrate, I may have the time next week to try and hack a solution for this, but I thought I'd see what you guys think about it. I guess the idea would be to be able to specify a date range where the survey would be available. Another possibility would be a DB mod to have the date posted to the answer table for each response so that queries could be run to gleam the quarterly data. What do y'all think? -- Sean M. Alderman ITRACK Systems Analyst PACE/NCI - NASA Glenn Research Center (216) 433-2795 Life only demands from you the strength you possess. Only one feat is possible -- not to have run away. -- Dag Hammarskjold |
From: SourceForge.net <no...@so...> - 2003-07-26 01:25:13
|
Feature Requests item #777895, was opened at 2003-07-26 01:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=777895&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Amy Bellinger (amyloo) Assigned to: Nobody/Anonymous (nobody) Summary: value labels Initial Comment: Sometimes the string values get pretty long, especially when there are multiple comma-separateed values in one field. We'd love it if you would consider value labels at some point, so the values could be numerical as an option. A relatively easy way to do this might be to have values duplicate the value labels by default, but allow the designer to change the value if desired. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=777895&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-07-20 23:21:32
|
Feature Requests item #697837, was opened at 2003-03-05 18:56 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=697837&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Archive management Initial Comment: archive of previous surveys. for example, a company do survey per quarter in a year and that company may need to see archive records of previous surveys. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:21 Message: Logged In: YES user_id=198398 So are you suggesting that some sort of trend analysis be incorporated into the survey tool? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:21 Message: Logged In: YES user_id=198398 So are you suggesting that some sort of trend analysis be incorporated into the survey tool? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=697837&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-07-20 23:21:01
|
Feature Requests item #697837, was opened at 2003-03-05 18:56 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=697837&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Archive management Initial Comment: archive of previous surveys. for example, a company do survey per quarter in a year and that company may need to see archive records of previous surveys. ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:21 Message: Logged In: YES user_id=198398 So are you suggesting that some sort of trend analysis be incorporated into the survey tool? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=697837&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-07-20 23:13:09
|
Bugs item #743518, was opened at 2003-05-26 18:02 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=743518&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Kon Angelopoulos (angek) Summary: Several bugs in 1.6.1 Initial Comment: Great package... but: Cross tabulate includes complete="N" records; Cros tab grand total incorrect; survey_results does not display records where a column 'key' is 0; Error messages are not prominent in espresponse.inc; ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:13 Message: Logged In: YES user_id=198398 I'll start looking into this and see what can be done. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:12 Message: Logged In: YES user_id=198398 I'll start looking into this and see what can be done. ---------------------------------------------------------------------- Comment By: Owen Duffy (owenduffy) Date: 2003-05-27 07:36 Message: Logged In: YES user_id=787353 Bug report from sourceforge user owenduffy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=743518&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-07-20 23:12:51
|
Bugs item #743518, was opened at 2003-05-26 18:02 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=743518&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Kon Angelopoulos (angek) Summary: Several bugs in 1.6.1 Initial Comment: Great package... but: Cross tabulate includes complete="N" records; Cros tab grand total incorrect; survey_results does not display records where a column 'key' is 0; Error messages are not prominent in espresponse.inc; ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:12 Message: Logged In: YES user_id=198398 I'll start looking into this and see what can be done. ---------------------------------------------------------------------- Comment By: Owen Duffy (owenduffy) Date: 2003-05-27 07:36 Message: Logged In: YES user_id=787353 Bug report from sourceforge user owenduffy. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=743518&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-07-20 23:10:43
|
Bugs item #723031, was opened at 2003-04-17 19:16 Message generated for change (Comment added) made by angek You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=723031&group_id=8956 Category: Admin Group: v1.6 >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cross-tabulation does not work by "!other" choice Initial Comment: When I have a multiple-choice question that also has an "!other=text" choice, I cannot cross-tabulate the results based on that choice. I only get an error message "No results found". I think the problem arises because the answers to "! other"-choices are stored in DB table response_other and not into table response_multiple. Regards, Mikko Kiviniemi mik...@mo... ---------------------------------------------------------------------- >Comment By: Kon Angelopoulos (angek) Date: 2003-07-21 09:10 Message: Logged In: YES user_id=198398 Cross tabulation was never intended to be available for any text response simply because of the enormous variation of possible outcomes (responses). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=723031&group_id=8956 |
From: Leonard C. <le...@pe...> - 2003-07-10 06:58:11
|
Hello Everyone, Before going any further, I would like to thank James, and the rest of the phpESP developers for creating and developing phpESP. I commend you all on the excellent work. phpESP was by far the best Open Source survey package that I could find when I first found and used it for a University project 1.5 years ago. Second, a brief introduction, my name is Leonard Chan, and I own a tiny (i.e. 1 man) company, Perceptus Solutions Inc., that provides various geeky services in and around Vancouver, Canada. I've been working on creating a hosted online survey service based off of the phpESP code. The project was finally launched about two weeks ago, and you are all invited to have a look at it, Papaya Polls (http://PapayaPolls.com/index.php). It's a completely web based service intended for people who have no interest or desire to deal with web hosting, programming, or databases. Thus, it is not really a service intended for the majority of the audience of this mailing list. That said, why am I posting this at all? Well, I've benefited by using the phpESP code as a base, yet, to date, I've been unable to provide more than a single small patch and a couple of bug reports through Sourceforge. So, I would like to offer a small token or two to attempt to amend this. I am offering to port some of the code from Papaya Polls back into phpESP; however, there is a big caveat. Much of the code would be impractical to port, given the substantial changes to the structure of BOTH code bases over the last several months - not to mention my rather poor programming abilities. =) But, if a specific feature is requested, and it is at all practical to provide a patch, I would be happy to do so. The "filtered results" feature might be a good candidate as it doesn't involve too many files. In lieu of code, here's what I would like to offer. I am running a referral program with PapayaPolls.com. For any accounts that register with "phpESP" in the referrer field of their sign up form, I will gladly credit the phpESP account (which has already been reserved) with 10% of any net proceeds for the first year that those referred customers are with Papaya Polls. Whenever this account reaches any significant balance ($100?), I will forward the balance to James for him to dispense as he wishes. The total dollar value may never amount to much, though I certainly hope that it does. In closing, I hope my basing a commercial product on phpESP doesn't ruffle too many feathers. Not to make this too much of a plug, but if you, or someone you know requires hosted survey services, please consider Papaya Polls and use "phpESP" as the referrer. You can use this URL which automatically carries the phpESP referral info, http://www.papayapolls.com/admin/signup.php?referrer_id=phpESP. Thank for reading this far. Please let me know your comments or concerns, on mailing list or off. Have a good one! Leonard Chan le...@pe... Man of Many Hats Perceptus Solutions Inc. http://www.perceptus.ca |
From: Paul R. J. <pa...@ps...> - 2003-07-06 21:26:51
|
Another thing (that James may be alluding to in the previous post): Char is nearly always better than varchar for speed in mysql (where char is possible of course), however varchar may result in smaller tables (disk size). This is because Varchar results in the table having dynamic record sizes, which means indexing is slower (i.e. lookups), where as char allows for fixed width records (faster). See: http://www.mysql.com/doc/en/CHAR.html Just thought I would throw this in because I know that it is something that I overlooked for a long long time. |
From: James E. F. <jf...@uv...> - 2003-07-04 03:00:52
|
Virtually all character limits in phpESP are arbitrary. Performance wise, you will probably do better with char() types than varchar() if the column is used for WHERE criteria. Some limits (field name length = 10) are cruft from the DBF export option, which doesn't exist in the main branch anymore (or ever?). I do not forsee any problems with adjusting any field lengths to suit your need (except possible performance). -James Chad Bearden wrote: > I'm needing longer group (realm) names. If I change the realm.name from > char(16) to varchar(255) do you know of anything that will be broken? > > chad. |
From: flobee <fl...@gm...> - 2003-07-03 16:09:55
|
should work! but it´s more risky in other reasons! secure things take ids/numbers than long names, i think kind regards ----- Original Message ----- From: "Chad Bearden" <ch...@be...> To: <php...@li...> Sent: Thursday, July 03, 2003 4:39 PM Subject: [phpesp-dev] group (realm) name > I'm needing longer group (realm) names. If I change the realm.name > from char(16) to varchar(255) do you know of anything that will be > broken? > > chad. > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |
From: Chad B. <ch...@be...> - 2003-07-03 14:39:32
|
I'm needing longer group (realm) names. If I change the realm.name from char(16) to varchar(255) do you know of anything that will be broken? chad. |
From: <sb...@sb...> - 2003-07-02 04:02:47
|
未承諾広告 <事業者>全信協・東京都新宿区西新宿7−15−6 ご意見お受け賜りは 03-5458-8163 にて申し受けています。 突然の未承諾配信ご容赦願います・今後不要の方は、大変申し訳 ありませがhttp://sb88.com/deny.htmにてお願い申し上げます。 『5 億 9 千 万 円 証 拠 有 在 宅 ビジネス』 で! 不況に勝つ!をご提案!既に、2億・3億・5億9千万円収入者続出 5億9千万円収入証拠から3億円へ一歩 ★∽何事も証拠が決め手 ∽☆ 次 の 方 々 に 大 好 評 で す ━┛━┛━┛━┛━┛━┛━┛━┛━━┛━┛━┛━┛━┛━ ■安心生活と老後の苦労無くす為に、どうしても【5千万円貯金したい】 ■保証しているので、保証の悲劇防止の為に【保証証券で肩代わりし たい】 ■今の不満、不安から解放される材料として{3千万円はどうしても必要} だ】 ■保証を頼んでいるので、頼まれる可能性あり【保証証券で解消したい】 ■3年後の願望は3千万円で達成出来るので【不況だから出来る大型 副収入を探している】 ■インターネットで儲けようとしたが年収800万円以下なので【もっと高 率収入を探している】 ■夢の実現に5千万円は基礎的材料として必要なので【時代の波に乗っ たサイドビジネスを探している】 ■ホームページ作成が面倒なので、ダンロードして即に開業出来る【高率 在宅ビジネスを探している】 ■営業、セールス、説明が嫌いなので【インターネット・葉書・FAXで出来 るビジネスを探している】 ■騙されたく無いので【証拠を確認出来る確かな在宅ビジネスを探してい る】 ★ ∽∽∽∽∽ ☆∽∽∽∽∽ ★∽∽∽∽∽ ☆∽∽∽∽ ★ あの時、、1億円以上あったら あの時、保証証券で保証の肩代わりしていたら 今は、最高で、より以上に豊かな人生なのに! 今からでも遅くありません 3億円への一歩 ☆ ∽∽∽∽∽ ★∽∽∽∽∽ ☆ ∽∽∽∽∽★ ∽∽∽∽∽ ☆ ★保証事業に不況なし・保証に悩んでいる人は、多いから。3千万は欲 しい人は大多数だから、2億・3億・5億9千万円の収入証拠を!確認 して下さい。裁判は証拠主義です。 ★ ∽∽∽∽∽ ☆∽∽∽∽∽ ★ ∽∽∽∽∽☆ ∽∽∽∽ ★ 今が、不況が・・絶好の在宅保証ビックビジネスチャンス!! ●こちらから http://sb88.com/ 無料の資料ご請求出来ます。 これからの安心とゆとりの金額を目指して、あなたも在宅で出来る顧問 になりませんか? 5億9千万円への一歩として資料ご請求から開始!無料で資料を郵送 します。 資料でいろいろな事実と証拠を確認して下さい。 証拠が一番信用出来ます。論より証拠です。 5億9千万円 証拠有 ビック在宅セカンドビジネス ★--◇--★--◆--★--◇--★ ☆ ★--◇--★--◆--★--◇--★ |
From: Eric B. <eri...@ho...> - 2003-06-29 13:15:52
|
Hi, I have done several different survey's with PHPESP and it works great! After using it I have a few questions: 1) An unknown respondent filled in some real rubish in a survey. Is there an easy way to delete this data (without using phpmyadmin) using the Management Interface or is there a delete script available? 2) After using several private survey's I came to the conclusion that a lot of potential respondents don't like to use a username/password. I think this has some negative effects on the total of responses. Is there a possibility (or has anyone a script available) to use only an IP-check for double respondents. Or maybe a smoothless login for private survey's (sending a URL to the respondents containing the username and password in it)? 3) The confirmation email contains the number "survey.response". This is the total number of respondents that is done with phpESP. Maybe it is more useful if this is the total number of respondents from this active survey. Thanks, Eric Bont _________________________________________________________________ MSN Zoeken, voor duidelijke zoekresultaten! http://search.msn.nl |
From: SourceForge.net <no...@so...> - 2003-06-26 14:24:05
|
Feature Requests item #761209, was opened at 2003-06-26 07:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=761209&group_id=8956 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Specify export values Initial Comment: Instead of just exporting the text in a radio button or check box item, it would be useful to specify an export value. It's often best to express items as whole sentences, but I'd just as soon have response #1 on my spreadsheet. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=761209&group_id=8956 |
From: SourceForge.net <no...@so...> - 2003-06-26 14:19:28
|
Feature Requests item #719236, was opened at 2003-04-10 12:53 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=719236&group_id=8956 Category: data analysis Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: CVS Output Initial Comment: WHen you have a checkbox question with mulitiple answers allowable, it would be most helpful if that was exported to the cvs in a way that each checkbox could have its own cell. This will be easy when some wishes to cross tabulate data. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-06-26 07:19 Message: Logged In: NO In addition to each checkbox having it's own cell, I think it would be important to make sure that unchecked check boxes return some sort of null value, similar to the way ranked items do. (you could use ranked items with a single value and get this result, but ranked items can't be unchecked, which would be bad user interface for a checkbox item ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2003-04-15 13:51 Message: Logged In: YES user_id=704595 Do you have a timetable on when this will be patched in the new versions? This feature is very important to us and I would rather not attempt to edit it myself, due to the fact that your future upgrades will not work properly with it. ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2003-04-10 14:16 Message: Logged In: YES user_id=704595 I just installed version 1.5 and tried it out. They all appear in the same cell when I open the CVS in Microsoft Excel. Is there soemthing I am missing here? ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2003-04-10 13:30 Message: Logged In: YES user_id=704595 Will this be implemented in future versions of phpESP?? ---------------------------------------------------------------------- Comment By: Luis Henrique Cassis Fagundes (lfagundes) Date: 2003-04-10 13:22 Message: Logged In: YES user_id=711750 I've implemented this in v1.5, but I've been too busy to patch the last version. If you want to get the files for v1.5, send an email to lfagundes at futuro dot usp dot br. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=358956&aid=719236&group_id=8956 |
From: flobee <fl...@gm...> - 2003-06-25 02:10:56
|
hello all! maybe there is a miss understanding in the Merge feature!? i have a survey after ending it i start a copy of this survey again. then i want to merge them to get the total results of both (or more) = surveys!? am i=B4m right? the archived and stopped surveys should be included in the list where i = can merge then ..?! kind regards flobee |
From: <ia...@gm...> - 2003-06-24 13:28:31
|
<html> <head> <meta http-equiv=3D"Content-Language" content=3D"it"> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dwindows-= 1252"> <meta name=3D"GENERATOR" content=3D"Microsoft FrontPage 4.0"> <meta name=3D"ProgId" content=3D"FrontPage.Editor.Document"> <title>Nuova pagina 1</title> </head> <body bgcolor=3D"#FF0000" text=3D"#FFFFFF" link=3D"#FFFF00" vlink=3D"#00FF= FF" alink=3D"#FFFFFF"> <div align=3D"center"> <center> <table border=3D"0" cellpadding=3D"3" cellspacing=3D"3"> <tr> <td> <p align=3D"center"><a href=3D"http://www.geocities.com/jeffrey943= 73/"> <img border=3D"0" src=3D"http://www.geocities.com/solange58968/t05= jpg"></a><br> <font face=3D"Arial Black" size=3D"2"><b><a href=3D"http://www.geo= cities.com/woodwind21734/"><font color=3D"#FFFF00"> FOR YOU ONLY</font></a></b></font></td> <td><p><font face=3D"Arial Black" size=3D"2"><b><font color=3D"#FFFF= FF">Hello friends,<br> </font></b></font><b><font face=3D"Arial Black" color=3D"#FFFFFF" = size=3D"2">I do it just to satisfate my pleasure, not for money!</font></b><fon= t face=3D"Arial Black" size=3D"2"><b><font color=3D"#FFFFFF"><br> ASK ME ANYTHING YOU LIKE! THERE IS NO LIMIT!<br> <a href=3D"http://www.geocities.com/tentation20094/"> TRY IF I AM ON LINE<br> </a>Meet me on line when you have time!</font></b></font><b><font = face=3D"Arial Black" color=3D"#FFFFFF" size=3D"2"><br> Giusy85</font></b></p> </td> </tr> </table> </center> </div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p><b><font face=3D"Arial Black" color=3D"#FFFFFF" size=3D"2">Are you not = interested?<br> </font><a href=3D"mailto:dzo...@gm..."><font face=3D"Arial Black" = color=3D"#FFFFFF" size=3D"1"> Leave</font></a></b></p> <p><b><font face=3D"Arial Black"><br> </font></b></p> <p> </p> <p> </p> </body> </html>fdnehqe egvmpymrn o kvw bticzgn uwdikhndb s msk xyafjuwraaaqe |
From: Chad B. <ch...@be...> - 2003-06-19 19:09:52
|
Can anyone explain what the result_id field in the question table does? chad. |
From: Chad B. <ch...@be...> - 2003-06-19 18:17:55
|
I've added some content to my website about sql_static. see: http://www.beardendesigns.com/phpESP/sql_static.php chad. |
From: Chad B. <ch...@be...> - 2003-06-19 18:14:16
|
try: http://www.beardendesigns.com/phpESP/ chad. On Thursday, Jun 19, 2003, at 12:50 US/Eastern, User wrote: > Hello, > A couple of days ago I was looking for some info about phpESP and came > across a page or forum that had some enhancements to phpESP that would > add extra data about respondants. > I didn't save the link to the page and I can't find my way back to the > page. > > Would anyone know of any sites that relates to phpESP? > > Thanks in advance! > -- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting > Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly > Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |