pq no puedo con los arreglos... estoy definiendo tal cual me han dicho y me marca error...
ejemplo
Código PHP:
int where[];
where[] = 1;
//o esto !
where[0] = 1;
tan solo coloque eso y me marca error!!
Ha tenido lugar un error en la línea: 5 en el archivo jsp: /seguros.jsp
Error de servlet generado:
c:\user1\.netbeans\4.0\jakarta-tomcat-5.0.28_base\work\Catalina\localhost\example\org\ap ache\jsp\example_jsp.java:123: variable where might not have been initialized
where[0] = 1;
^