Właśnie przesiadłem sie na php5 i mam pewien problem.
Przy tworzeniu tablicy:
$centralna= array(nr_indoc => array(),result1 => array(),resultSI1 => array(),result2 => array(),resultSI2 => array());
wywala mi:
Notice: Use of undefined constant nr_indoc - assumed 'nr_indoc' in C:\Program Files\Apache Group\Apache2\htdocs\cobjwdl\include\central_insert.php on line 7
Notice: Use of undefined constant result1 - assumed 'result1' in C:\Program Files\Apache Group\Apache2\htdocs\cobjwdl\include\central_insert.php on line 7
Notice: Use of undefined constant resultSI1 - assumed 'resultSI1' in C:\Program Files\Apache Group\Apache2\htdocs\cobjwdl\include\central_insert.php on line 7
Notice: Use of undefined constant result2 - assumed 'result2' in C:\Program Files\Apache Group\Apache2\htdocs\cobjwdl\include\central_insert.php on line 7
Notice: Use of undefined constant resultSI2 - assumed 'resultSI2' in C:\Program Files\Apache Group\Apache2\htdocs\cobjwdl\include\central_insert.php on line 7
Wiem ze moge wyłączyc pokazywanie ich, ale chciałbym wiedziec co robie nie tak.