Friday, May 24, 2019

PHP error "Notice: Use of undefined constant row - assumed 'row'" MySQL

Error:




Notice: Use of undefined constant row - assumed 'row'





Relevant Code [PHP]:



if ($result->num_rows > 0) {
while($row = $result->fetch_assoc()) {
echo BuildDisplay($row['name'], $row['price'], row['link'], $sc);
if ($sc = 4) {
$sc = 1;
} else {
$sc = ($sc + 1);
}

}
} else {
echo "

No Products Available!

";
}

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...