From: flobee <fl...@gm...> - 2003-06-13 03:09:01
|
very cool , and very good idea jeames! but i haven´t check out this tool! (working on the result design :-) ) xml for im/export always good! and i love public backends to grab it :-) note: since this week i´m on a bug search... chad´s addon and main survey_result.inc having a bad handling for $showTotals if($showTotals === '') $showTotals = 1; // 3x = ??? and then below $totals = $showTotals; this sets the "show totals" to alwasy ON change to if(!isset($showTotals) $showTotals = 1; then, in the function call can be 1, false, true,0 using empty() will show totals on NT php4.3.2 kind regards flobee ----- Original Message ----- From: "James E. Flemer" <jf...@uv...> To: <php...@li...> Sent: Friday, June 13, 2003 4:37 AM Subject: Re: [phpesp-dev] sql_static web site > That brings up an interesting point. Perhaps it would be cool to have > some other import options. So someone could just HTTP-upload a CSV file > (with some predefined layout) that would populate various things. Just > a musing of mine. Anyone else have any thoughts along that line? > > (I still want to migrate to an XML representation for surveys, at least > for import and export.) > > -James > > Chad Bearden wrote: > > I've been asked for more info on sql_static so here it is. > > > > http://www.beardendesigns.com/phpESP/sql_static.php > > > > It is pretty cool. I just created a survey with one question that had > > over 500 possible answers. The answers were in a Excel spreadsheet. I > > exported to csv and into its' own table in the phpESP database. Then > > using sql_static create the question with a simple <sql_static> tag. > > > > Please let me know if you have any comments or complaints. > > > > chad. |