Hi
What's the problem here:
odbc_fetch_into ($rs, $row, &$arr);
foreach ($arr as $elem) {
echo $elem;
echo " ";
}
I get the error:
Warning: Invalid argument supplied for foreach() in
C:\xampp\htdocs \Abschlussproje kt\auswertung.p hp on line 15
altough I copied this from a book.
Thanks and regards
Michael
What's the problem here:
odbc_fetch_into ($rs, $row, &$arr);
foreach ($arr as $elem) {
echo $elem;
echo " ";
}
I get the error:
Warning: Invalid argument supplied for foreach() in
C:\xampp\htdocs \Abschlussproje kt\auswertung.p hp on line 15
altough I copied this from a book.
Thanks and regards
Michael
Comment