Hi,
i built a project which i use class to build web page which load it-self properties by read a .dat file
it create 'field_id' property in the class
when i list my index value i used this instruction:
for($cpt_col=0 ; $cpt_col<$form->NBR_FIELD ; $cpt_col ++ ) {
$row = $form->row_next();
echo "$cpt_col -";
echo $row->{$form->champ_id}."<BR>\n";
}
that work very fine under Apache but when i use the same script under IIS, it answer me:
PHP has encountered an Unhandled Exception Code -2147483647 at 0C6EF190
IIS doesn't support : $row->{$form->champ_id} syntax ?
somebody have solution ?
working under: WIN2K / IIS