Snort mailing list archives
Re: ACID Graphing
From: roman () danyliw com
Date: Fri, 27 Jul 2001 12:44:51 US/Eastern
Missing semi-colon. Thanks Frank. cheers, Roman
Roman,
First, great work with the latest ACID code. The caching functions are
absolutely worth the upgrade! I'm having a problem with graphing functions
on the CVS code, however. The following error appears as soon as select the
graph function:
Parse error: parse error, expecting `','' or `';'' in
/var/www/html/acid_graph_main.php on line 140
The line in question is below. I'm sure it's something I'm doing wrong.
Setup is Apache 1.3.14, PHP 4.04pl1, gd 1.8.3 and current version of adodb.
All other functions in ACID seem to be performing properly.
Thanks.
Frank
echo '</SELECT>
<SELECT NAME="chart_begin_month">
<OPTION VALUE=" " '.chk_select($chart_begin_month, " ").'>{month}
<OPTION VALUE="01" '.chk_select($chart_begin_month, "01").'>January
<OPTION VALUE="02" '.chk_select($chart_begin_month,
"02").'>February
<OPTION VALUE="03" '.chk_select($chart_begin_month, "03").'>March
<OPTION VALUE="04" '.chk_select($chart_begin_month, "04").'>April
<OPTION VALUE="05" '.chk_select($chart_begin_month, "05").'>May
<OPTION VALUE="06" '.chk_select($chart_begin_month, "06").'>June
<OPTION VALUE="07" '.chk_select($chart_begin_month, "07").'>July
<OPTION VALUE="08" '.chk_select($chart_begin_month, "08").'>August
<OPTION VALUE="09" '.chk_select($chart_begin_month,
"09").'>September
<OPTION VALUE="10" '.chk_select($chart_begin_month, "10").'>October
<OPTION VALUE="11" '.chk_select($chart_begin_month,
"11").'>November
<OPTION VALUE="12" '.chk_select($chart_begin_month,
"12").'>December
</SELECT>
<SELECT NAME="chart_begin_year">
<OPTION VALUE=" " '.chk_select($chart_begin_year, " ").'>{year}
<OPTION VALUE="1999" '.chk_select($chart_begin_year, "1999").'>1999
<OPTION VALUE="2000" '.chk_select($chart_begin_year, "2000").'>2000
<OPTION VALUE="2001" '.chk_select($chart_begin_year, "2001").'>2001
<OPTION VALUE="2002" '.chk_select($chart_begin_year, "2002").'>2002
</SELECT>';
---------------------------------------------
This message was sent using Voicenet WebMail.
http://www.voicenet.com/webmail/
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
http://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
Current thread:
- Re: ACID Graphing roman (Jul 27)
