Search found 1 match

by valrangel
Wed Jul 08, 2009 1:09 am
Forum: PHP - Code
Topic: PHP questions.
Replies: 3
Views: 138

PHP questions.

I got this php code at the end of my php file, but I got and error that says: Notice: Undefined variable: array_multi in C:\wamp\www\getPets.php on line 52 $j = 1; while ($row=mysqli_fetch_assoc($result)) { foreach ($row as $colname => $value) { $array_multi[$j][$colname] = $value; } $j++; } return ...