Hi All,
Need advise.
This echos values fine on the page.
echo $el[$row_out_handle][date].' '.
$el[$row_out_handle][descr].' '.
$el[$row_out_handle][classification].' '.
$el[$row_out_handle][GV].' '.
$el[$row_out_handle][cb].' '.
$el[$row_out_handle][VAT].'<br>';
but I get field values ...
Array[descr]
Array [classification] etc...
in the MySQL fileds when I use this query
$query="INSERT into el_t05 VALUES(
'$el[$row_out_handle][date]',
'$el[$row_out_handle][descr]',
'$el[$row_out_handle][classification]',
etc....
Can anyone please advise???
Thanks
Best regards
RichFM