You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(13) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(46) |
Feb
(68) |
Mar
(90) |
Apr
(38) |
May
(35) |
Jun
(36) |
Jul
(32) |
Aug
(35) |
Sep
(36) |
Oct
(49) |
Nov
(64) |
Dec
(31) |
2003 |
Jan
(70) |
Feb
(35) |
Mar
(74) |
Apr
(50) |
May
(26) |
Jun
(24) |
Jul
(26) |
Aug
(45) |
Sep
(18) |
Oct
(21) |
Nov
(33) |
Dec
(13) |
2004 |
Jan
(40) |
Feb
(53) |
Mar
(48) |
Apr
(51) |
May
(39) |
Jun
(9) |
Jul
(11) |
Aug
(30) |
Sep
(30) |
Oct
(12) |
Nov
(8) |
Dec
(12) |
2005 |
Jan
(37) |
Feb
(43) |
Mar
(57) |
Apr
(33) |
May
(23) |
Jun
(26) |
Jul
(43) |
Aug
(27) |
Sep
(39) |
Oct
(17) |
Nov
(27) |
Dec
(5) |
2006 |
Jan
(7) |
Feb
(35) |
Mar
(32) |
Apr
(39) |
May
(5) |
Jun
(4) |
Jul
(3) |
Aug
(6) |
Sep
(3) |
Oct
(17) |
Nov
(9) |
Dec
(10) |
2007 |
Jan
(2) |
Feb
(8) |
Mar
(14) |
Apr
(5) |
May
(2) |
Jun
(17) |
Jul
(13) |
Aug
(8) |
Sep
(3) |
Oct
(1) |
Nov
(40) |
Dec
(25) |
2008 |
Jan
(15) |
Feb
(13) |
Mar
(21) |
Apr
(44) |
May
(17) |
Jun
(26) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
|
2009 |
Jan
(14) |
Feb
(21) |
Mar
(9) |
Apr
(11) |
May
(4) |
Jun
|
Jul
(3) |
Aug
(9) |
Sep
(1) |
Oct
(4) |
Nov
(11) |
Dec
(6) |
2010 |
Jan
(8) |
Feb
|
Mar
(8) |
Apr
(1) |
May
|
Jun
(8) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(4) |
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(2) |
Dec
(2) |
2013 |
Jan
(1) |
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Matthew G. <mat...@gm...> - 2005-11-30 13:51:59
|
Glad the SQL changes worked. What do you mean by test code? Possibly you are using the default template,which looks rather boring and may center questions as you stated. Try using another template. On 11/29/05, Tim Keely <tim...@st...> wrote: > > Hi PHPusers, > > Success! I have the program up and running on SQL 5. I had to tweak > the create table code per these instructions.. > > Remove the single quotes around all CURRENT_TIMESTAMP's and change line > 161 to: > > "submitted TIMESTAMP(14) NOT NULL DEFAULT CURRENT_TIMESTAMP," > > > My last challenge is that all the test code is being generated (in > several browsers) with each question centered on the page. A yes no > question looks very awkward. > > Any tips! > > Thanks! > -- > ******************* > Tim Keely > IT Manager - Management Science and Engineering > School of Engineering > Stanford University > mailto:tim...@st... > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |
From: Tim K. <tim...@st...> - 2005-11-30 02:02:58
|
Hi PHPusers, Success! I have the program up and running on SQL 5. I had to tweak the create table code per these instructions.. Remove the single quotes around all CURRENT_TIMESTAMP's and change line 161 to: "submitted TIMESTAMP(14) NOT NULL DEFAULT CURRENT_TIMESTAMP," My last challenge is that all the test code is being generated (in several browsers) with each question centered on the page. A yes no question looks very awkward. Any tips! Thanks! -- ******************* Tim Keely IT Manager - Management Science and Engineering School of Engineering Stanford University mailto:tim...@st... |
From: Matthew G. <mat...@gm...> - 2005-11-29 18:41:59
|
Yeah remove the single quotes around all CURRENT_TIMESTAMP's and change lin= e 161 to "submitted TIMESTAMP(14) NOT NULL DEFAULT CURRENT_TIMESTAMP," As I don't have a mysql 5.x install to test this on, please report back wha= t you find. On 11/29/05, Tim Keely <tim...@st...> wrote: > > I am experiencing the same problem. > > I am using xampp 1.5 install (Apache 2.0.55, MySQL 5.0.15, PHP 5.0.5) > > The sql statments that have to do with timestamp are the culprit in my > populate script (best guess). I have read about a number of changes in > mysql5.0 today I am going to update the syntax per those syntax changes. > > -- > > ******************* > Tim Keely > IT Manager - Management Science and Engineering > School of Engineering > Stanford University > mailto:tim...@st... > -- D'oh! |
From: Tim K. <tim...@st...> - 2005-11-29 17:28:20
|
I am experiencing the same problem. I am using xampp 1.5 install (Apache 2.0.55, MySQL 5.0.15, PHP 5.0.5) The sql statments that have to do with timestamp are the culprit in my populate script (best guess). I have read about a number of changes in mysql5.0 today I am going to update the syntax per those syntax changes. -- ******************* Tim Keely IT Manager - Management Science and Engineering School of Engineering Stanford University mailto:tim...@st... |
From: <ad...@ai...> - 2005-11-29 05:20:44
|
¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ @oï¢nÈñÄEEEÆvÁĢ黱ÌAi^I @}Wŧ¦éñÅ·I¾©çFÈgÁÄéñÅ·I @úß©çͽà¶ÜêܹñI @@@@@@@@ܸͳ¿o^I @@@@@@@@««««««« @@@@@@http://thirdlove.info/9/ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ [Ûͱ¿çÜÅB inf...@ya... |
From: pato <d_v...@ya...> - 2005-11-28 16:21:38
|
Tried it with 1.8 and I get the exact same error message. Am running PHP5 and MySQL 5 Any further ideas? > From: Matthew Gregg <matthew@gm...> > Re: cannot populate db > 2005-11-24 18:10 > > > > 1.7.5 did not support PHP5 and mySQL 5.0, both you are probably running. > Please download 1.8 it should support both. > > On 11/24/05, pato wrote: >> >> Hello, >> >> Trying to set up new instance of phpesp after server >> crash. System info below: >> When I try to populate db using mysql_populate.sql I >> get the following error: >> >> ERROR 1067 at line 24: invalid default value for >> 'changed' __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
From: xwygiytx <xwy...@pc...> - 2005-11-28 01:52:31
|
DQqCsYLqgqmC54LNg0ODeIOTg2eQt4Logr6CrYKzgvGBQg0Kj5eOcZHlkLaC8IjqkGyCyYK1gsSC qIKigr2C5w0KicKIo5F6gUGC4ILBgr2CooLIgqKBSQ0KaHR0cDovL2xpdS14aWF4aWEuY29tL2d1 aWRlLw0KDQqW4oKijYeC7YK5DQp4aWFvbWVua2FpeGluZ2Z1bGFpQHlobyyCg29tgUVjbg0KDQoz NjQ0Nw0K |
From: Terry B. <tb...@ns...> - 2005-11-25 05:34:59
|
Hi, I am using phpESP and using the !Other fields to capture information. If I look at the "View Results from a Survey" it shows the !Other information e.g !Other Fish or !Other Dog. However, if I Export the data to a spreadsheet or just a txt file the extra information such as what the !other is e.g. Fish or Dog is not exported to the file. Does anyone know how to get this data. Clearly the data is saved otherwise the "View Results from a Survey" would not be able to generate it. Terry Disclaimer: This message is intended for the addressee named and may contain confidential information. If you are not the intended recipient, please delete it and notify the sender. Views expressed in this message are those of the individual sender, and are not necessarily the views of NSW Health. |
From: Matthew G. <mat...@gm...> - 2005-11-24 17:10:35
|
1.7.5 did not support PHP5 and mySQL 5.0, both you are probably running. Please download 1.8 it should support both. On 11/24/05, pato <d_v...@ya...> wrote: > > Hello, > > Trying to set up new instance of phpesp after server > crash. System info below: > When I try to populate db using mysql_populate.sql I > get the following error: > > ERROR 1067 at line 24: invalid default value for > 'changed' > > What can I do to fix this? > > Thanks, > Doug > > PHP Information > Version: 5.0.4 > OS: Darwin > SAPI: apache > register_globals: No > magic_quotes_gpc: No > magic_quotes_runtime: No > safe_mode: No > open_basedir: > PHP Extensions > dBase: Yes > GD: Yes -- bundled (2.0.28 compatible) > GNU Gettext: Yes > LDAP: Yes > MySQL: Yes > PHP Extension Dir (compiled): > /usr/local/php5/lib/php/extensions/no-debug-non-zts-20041030 > PHP Extension Dir (run time): ./ > phpESP Settings > Expected ESP_BASE: > /Library/WebServer/Documents/umfrage/ > Expected base_url: 193.170.127.145/umfrage/ > Loading phpESP.ini.php ... > ESP_BASE: /Library/WebServer/Documents/umfrage/ > base_url: http://193.170.127.145/umfrage/ > Version: 1.7.5 > Debug: Yes > phpESP Language Settings > GNU Gettext: Real > default_lang: en_US > current lang: en_US > available langs: da_DK, de_DE, el_GR, en_US, es_ES, > fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, > pt_PT, sv_SE > (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) > GNU Gettext test: Passed > Catalog Open Test: Yes > PHP Session Test > session.save_path: > Counter: 2 > > > > __________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. Try it free. > http://music.yahoo.com/unlimited/ > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |
From: pato <d_v...@ya...> - 2005-11-24 16:11:30
|
Hello, Trying to set up new instance of phpesp after server crash. System info below: When I try to populate db using mysql_populate.sql I get the following error: ERROR 1067 at line 24: invalid default value for 'changed' What can I do to fix this? Thanks, Doug PHP Information Version: 5.0.4 OS: Darwin SAPI: apache register_globals: No magic_quotes_gpc: No magic_quotes_runtime: No safe_mode: No open_basedir: PHP Extensions dBase: Yes GD: Yes -- bundled (2.0.28 compatible) GNU Gettext: Yes LDAP: Yes MySQL: Yes PHP Extension Dir (compiled): /usr/local/php5/lib/php/extensions/no-debug-non-zts-20041030 PHP Extension Dir (run time): ./ phpESP Settings Expected ESP_BASE: /Library/WebServer/Documents/umfrage/ Expected base_url: 193.170.127.145/umfrage/ Loading phpESP.ini.php ... ESP_BASE: /Library/WebServer/Documents/umfrage/ base_url: http://193.170.127.145/umfrage/ Version: 1.7.5 Debug: Yes phpESP Language Settings GNU Gettext: Real default_lang: en_US current lang: en_US available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) GNU Gettext test: Passed Catalog Open Test: Yes PHP Session Test session.save_path: Counter: 2 __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/ __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
From: Matthew G. <mat...@gm...> - 2005-11-24 13:33:09
|
Upgrade to 1.8 final. This has been fixed. On 11/23/05, Jeremy Amos <je...@ig...> wrote: > > I'm running into an issue with version 1.8 rc2 and section breaks - > only results after the final section break get included in the result > set. Can anyone point me in the right direction in resolving this? > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |
From: Jeremy A. <je...@ig...> - 2005-11-24 03:07:15
|
I'm running into an issue with version 1.8 rc2 and section breaks - only results after the final section break get included in the result set. Can anyone point me in the right direction in resolving this? |
From: <hal...@ya...> - 2005-11-21 15:15:11
|
Thanks to you Gregg, There wasn´t downloaded the file adobd.inc.php in the server. Let me continue playing with phpESP... Matthew Gregg <mat...@gm...> escreveu: That error should be indicating that it cannot locate the file: ESP_BASE . 'admin/include/lib/adodb/adodb.inc.php Does that exist? If could be a permission problem. $ESPCONFIG['adodb_pathto_db'] is only used if you are using SQLite. On 11/20/05, Haldir Leão <hal...@ya...> wrote: When I run the index.php file appears the message: "Unable to open ADODB include file. Check INI settings. Aborting." The current configuration of phpESP.ini.php is: // Database connection information $ESPCONFIG['db_host'] = 'myhost'; $ESPCONFIG['db_user'] = 'user'; $ESPCONFIG['db_pass'] = 'pass'; $ESPCONFIG['db_name'] = 'name'; // ADODB $ESPCONFIG['adodb_path'] = ESP_BASE . 'admin/include/lib/adodb/'; $ESPCONFIG['adodb_database_type'] = 'mysql'; $ESPCONFIG['adodb_dbpersist'] = 'true'; $ESPCONFIG['adodb_pathto_db'] = "/var/www/phpESP/scripts/db/esp.dbm"; I guess the problem is the file refered in the var $ESPCONFIG['adodb_pathto_db'] . The phpESP is hosted in www.farvista.net, so I don´t have permission to manipulate that path. Anyone co uld help me, please ? --------------------------------- Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora! -- D'oh! --------------------------------- Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora! |
From: Matthew G. <mat...@gm...> - 2005-11-20 18:51:12
|
That error should be indicating that it cannot locate the file: ESP_BASE . 'admin/include/lib/adodb/adodb.inc.php Does that exist? If could be a permission problem. $ESPCONFIG['adodb_pathto_db'] is only used if you are using SQLite. On 11/20/05, Haldir Le=E3o <hal...@ya...> wrote: > > When I run the index.php file appears the message: "Unable to open ADODB > include file. Check INI settings. Aborting." > The current configuration of phpESP.ini.php is: > // Database connection information > $ESPCONFIG['db_host'] =3D 'myhost'; > $ESPCONFIG['db_user'] =3D 'user'; > $ESPCONFIG['db_pass'] =3D 'pass'; > $ESPCONFIG['db_name'] =3D 'name'; > // ADODB > $ESPCONFIG['adodb_path'] =3D ESP_BASE . 'admin/include/lib/adodb/'; > $ESPCONFIG['adodb_database_type'] =3D 'mysql'; > $ESPCONFIG['adodb_dbpersist'] =3D 'true'; > $ESPCONFIG['adodb_pathto_db'] =3D "/var/www/phpESP/scripts/db/esp.dbm"; > I guess the problem is the file refered in the var > $ESPCONFIG['adodb_pathto_db'] . The phpESP is hosted in www.farvista.net<= http://www.farvista.net>, > so I don=B4t have permission to manipulate that path. > Anyone co uld help me, please ? > > ------------------------------ > Yahoo! Acesso Gr=E1tis: Internet r=E1pida e gr=E1tis. > Instale o discador agora!<http://us.rd.yahoo.com/mail/br/tagline/discador= /*http://br.acesso.yahoo.com/> > > -- D'oh! |
From: <hal...@ya...> - 2005-11-20 15:44:54
|
When I run the index.php file appears the message: "Unable to open ADODB include file. Check INI settings. Aborting." The current configuration of phpESP.ini.php is: // Database connection information $ESPCONFIG['db_host'] = 'myhost'; $ESPCONFIG['db_user'] = 'user'; $ESPCONFIG['db_pass'] = 'pass'; $ESPCONFIG['db_name'] = 'name'; // ADODB $ESPCONFIG['adodb_path'] = ESP_BASE . 'admin/include/lib/adodb/'; $ESPCONFIG['adodb_database_type'] = 'mysql'; $ESPCONFIG['adodb_dbpersist'] = 'true'; $ESPCONFIG['adodb_pathto_db'] = "/var/www/phpESP/scripts/db/esp.dbm"; I guess the problem is the file refered in the var $ESPCONFIG['adodb_pathto_db'] . The phpESP is hosted in www.farvista.net, so I don´t have permission to manipulate that path. Anyone could help me, please ? --------------------------------- Yahoo! Acesso Grátis: Internet rápida e grátis. Instale o discador agora! |
From: <min...@ya...> - 2005-11-19 14:28:44
|
jGeR0YNBg2iVz4KmgtyCtYK9gUiCyILxgqmDR4OJgVuCxZbfgsGCxJeIgr+C 4YLBgr2CqYLngUGDcINcg1KDk4OBgVuDi4LJgrWCxILdgtyCtYK9gWOMs4tD gsiCzIFI |
From: Christopher R. <ri...@uw...> - 2005-11-17 16:04:12
|
On 11/17/05 7:59 AM, Matthew Gregg <mat...@gm...>: > I'm unsure where this is set on windows, but you should have a > php.inisomewhere that sets the maximum execute time as well as many > other important > PHP settings. Darn. I was hoping there was some way of extracting the data using SQL. I'm not sure that our sysadmin would be receptive to making changes to the php.ini file. Is the error that was generated something that is coded within phpESP? Our execution timeout value is actually set at 60 seconds according to phpinfo(). Thanks for your assistance. |
From: Matthew G. <mat...@gm...> - 2005-11-17 13:59:13
|
I'm unsure where this is set on windows, but you should have a php.inisomewhere that sets the maximum execute time as well as many other important PHP settings. On 11/16/05, Rivard, Christopher <Ri...@uw...> wrote: > > After using phpESP for a couple of years, I have gotten an error that > occurs > when I try to download a survey results text file: > > Fatal error: Maximum execution time of 30 seconds exceeded in > F:\wwwroot\home\survey\admin\admin\include\function\survey_export_csv.inc > on > line 112 > > I haven't noticed anywhere in the php.ini where that 30 second timeout is > set. > > Knowing the survey id, is it possible to use an SQL statement to extract > the > data? Can someone share that with me? > > Christopher Rivard > University Publications > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_idv28&alloc_id=16845&opclick > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > -- D'oh! |
From: Rivard, C. <Ri...@uw...> - 2005-11-17 03:37:52
|
After using phpESP for a couple of years, I have gotten an error that = occurs when I try to download a survey results text file: Fatal error: Maximum execution time of 30 seconds exceeded in F:\wwwroot\home\survey\admin\admin\include\function\survey_export_csv.inc= on line 112 I haven't noticed anywhere in the php.ini where that 30 second timeout = is set. Knowing the survey id, is it possible to use an SQL statement to extract = the data? Can someone share that with me? Christopher Rivard University Publications |
From: Christoph K. <ck...@ru...> - 2005-11-09 17:28:18
|
Hi, I am trying to set the language to german. However it does not work. What is running wrong on my system? PHP Information Version: 4.3.10-16 OS: Linux SAPI: apache2handler register_globals: No magic_quotes_gpc: Yes magic_quotes_runtime: No safe_mode: No open_basedir: PHP Extensions dBase: No GD: Yes -- 2.0 or higher GNU Gettext: Yes LDAP: No MySQL: Yes PHP Extension Dir (compiled): /usr/lib/php4/20020429 PHP Extension Dir (run time): /usr/lib/php4/20020429 phpESP Settings Expected ESP_BASE: /var/www/phpESP/ Expected base_url: xx/ Loading phpESP.ini.php ... ESP_BASE: /var/www/phpESP/ base_url: xx Version: 1.7.5 Debug: No phpESP Language Settings GNU Gettext: Real default_lang: de_DE current lang: de_DE available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE, en_US_old (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) GNU Gettext test: %%%% Gettext Test Failed Catalog Open Test: Yes PHP Session Test session.save_path: /var/lib/php4 Counter: 10 Regards, Christoph |
From: Jack C. <jc...@uo...> - 2005-11-03 21:35:51
|
This is a bit of a long shot, but here goes: Does anyone having experience using the java-based jmeter tool to load test phpESP? If not, has anyone done any other type of load testing to test failure rates for a relatively large (say, 1,000) number of users submitting surveys in a relatively short time interval? Thanks, Jack Cooper -- Jack Cooper Analyst, Academic Services Computing and Communication Services University of Guelph phone: (519) 824-4120 x58672 fax: (519) 763-6143 email: jc...@uo... |
From: Robert P. <per...@tm...> - 2005-11-03 14:50:54
|
Hi all there, =20 it's a fantastic tool that you all have built. I wonder if there is a way not only to look at certain results but to = change them too in order to correct the data. --- Another question is if there is anybody who has already worked out a = patch where you can skip a question if it's needed in the survey. =20 Any ideas are welcome. =20 Keep up the good work, greets =20 Robert |
From: <fa...@to...> - 2005-11-02 05:46:19
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新建网页 2</title> </head> <body> </body> </html> <HTML><HEAD><TITLE>资金在线,你上网找资金的助手!SINOCP</TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <STYLE type=text/css>BODY { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } TD { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } A:link { COLOR: #039 } A:visited { COLOR: #039 } A:hover { COLOR: #f60 } .GR { COLOR: #666 } .GR:link { COLOR: #666 } .GR:visited { COLOR: #666 } .l { FONT: bold 18px 宋体 } .M { FONT: bold 14px 宋体 } .C { FONT-SIZE: 13px } .S { FONT-SIZE: 12px } .LM { LINE-HEIGHT: 130% } .LL { LINE-HEIGHT: 150% } SELECT { FONT-SIZE: 12px } INPUT { FONT-SIZE: 12px } </STYLE> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" text=#000000 bgColor=#f0c87b leftMargin=0 background="" topMargin=0 marginwidth="0" marginheight="0"> <CENTER> <TABLE cellSpacing=0 cellPadding=1 width=520 bgColor=#c78300 border=0> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><TBODY> <TR> <TD><a target="_blank" href="http://www.sinocp.com.cn"> <IMG height=68 src="http://www.cnncp.com/info/images/logo.gif" width=179 border=0></a> </TD></TR> <TR> <TD> <center> <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD class=LL><p>你好:<BR> <BR> 我是中国资金在线的岳小梅,你也许不记得我了,我却记得你:那天你在我们网站(<a target="_blank" href="http://www.sinocp.com.cn">www.sinocp.com.cn</a>)上发布了贵方的的项目信息,那还是我审批的。当时就觉得你们的项目很有发展前途,可今早偶然间发现:你竟然已经有N多天没有重新发布你的项目信息了!为什么呢?<br> <br> 只需要阁下发一条信息,只要10分钟,却能被数万专业的投融资人看见!如果项目对口,投资公司就会直接找你联系,你怎么会错过这样的融资机会呢? 为了融资成功,可千万不能放过任何推广项目的机会啊。你看,我都着急了。<strong><a target="_blank" href="http://www.cnncp.com/project">赶紧去发一发吧</a></font></a></strong><a target="_blank" href="http://www.cnncp.com/project">! </a><br> <br> 操作上有问题,你直接来找我</a>,我一直等在这里为你服务!<br> <br> 天气渐渐变热了,注意身体!顺祝商祺!</p> <p align="right">你的朋友:岳小梅</p></TD> </TR></TBODY></TABLE> <br> <br> </center></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=520 border=0> <TBODY> <TR> </TR></TBODY></TABLE> <TABLE style="BORDER-TOP: #ffffff 1px solid" cellSpacing=0 cellPadding=6 width="100%" border=0> <TBODY> <TR> <TD class=M align=middle bgColor=#e89730><div align="center"> <FONT color=#ffffff>有资金找项目,有项目找资金,中国资金项目在线SINOCP.COM.CN!</FONT></div></TD></TR></TBODY></TABLE></CENTER></BODY></HTML> |
From: <fg...@to...> - 2005-11-01 21:52:40
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新建网页 2</title> </head> <body> </body> </html> <HTML><HEAD><TITLE>资金在线,你上网找资金的助手!SINOCP</TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <STYLE type=text/css>BODY { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } TD { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } A:link { COLOR: #039 } A:visited { COLOR: #039 } A:hover { COLOR: #f60 } .GR { COLOR: #666 } .GR:link { COLOR: #666 } .GR:visited { COLOR: #666 } .l { FONT: bold 18px 宋体 } .M { FONT: bold 14px 宋体 } .C { FONT-SIZE: 13px } .S { FONT-SIZE: 12px } .LM { LINE-HEIGHT: 130% } .LL { LINE-HEIGHT: 150% } SELECT { FONT-SIZE: 12px } INPUT { FONT-SIZE: 12px } </STYLE> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" text=#000000 bgColor=#f0c87b leftMargin=0 background="" topMargin=0 marginwidth="0" marginheight="0"> <CENTER> <TABLE cellSpacing=0 cellPadding=1 width=520 bgColor=#c78300 border=0> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><TBODY> <TR> <TD><a target="_blank" href="http://www.sinocp.com.cn"> <IMG height=68 src="http://www.cnncp.com/info/images/logo.gif" width=179 border=0></a> </TD></TR> <TR> <TD> <center> <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD class=LL><p>你好:<BR> <BR> 我是中国资金在线的岳小梅,你也许不记得我了,我却记得你:那天你在我们网站(<a target="_blank" href="http://www.sinocp.com.cn">www.sinocp.com.cn</a>)上发布了贵方的的项目信息,那还是我审批的。当时就觉得你们的项目很有发展前途,可今早偶然间发现:你竟然已经有N多天没有重新发布你的项目信息了!为什么呢?<br> <br> 只需要阁下发一条信息,只要10分钟,却能被数万专业的投融资人看见!如果项目对口,投资公司就会直接找你联系,你怎么会错过这样的融资机会呢? 为了融资成功,可千万不能放过任何推广项目的机会啊。你看,我都着急了。<strong><a target="_blank" href="http://www.cnncp.com/project">赶紧去发一发吧</a></font></a></strong><a target="_blank" href="http://www.cnncp.com/project">! </a><br> <br> 操作上有问题,你直接来找我</a>,我一直等在这里为你服务!<br> <br> 天气渐渐变热了,注意身体!顺祝商祺!</p> <p align="right">你的朋友:岳小梅</p></TD> </TR></TBODY></TABLE> <br> <br> </center></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=520 border=0> <TBODY> <TR> </TR></TBODY></TABLE> <TABLE style="BORDER-TOP: #ffffff 1px solid" cellSpacing=0 cellPadding=6 width="100%" border=0> <TBODY> <TR> <TD class=M align=middle bgColor=#e89730><div align="center"> <FONT color=#ffffff>有资金找项目,有项目找资金,中国资金项目在线SINOCP.COM.CN!</FONT></div></TD></TR></TBODY></TABLE></CENTER></BODY></HTML> |
From: Mike A. <mic...@ed...> - 2005-10-31 15:57:00
|
phpESP v1.8-rc1 using PHP 4.3.8 and apache on linux. Clicking any button on the Order tab, (eg. to change the order of questions, or remove a question) gives: Fatal error: Call to undefined function: _addslashed() in /var/www/html/phpESP/admin/include/function/survey_update.inc on line 311 |