Saturday, September 22, 2018
PHP error "Notice: Use of undefined constant row - assumed 'row'" MySQL
Answer
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!
";
}
Subscribe to:
Post Comments (Atom)
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...
-
When the left part is an object instance, you use -> . Otherwise, you use :: . This means that -> is mostly used to access instance m...
-
i've started to create my website, but now i have few doubts. I've searched, that MySqli object oriented is good to use beca...
-
I've been asked to update some Excel 2003 macros, but the VBA projects are password protected, and it seems there's a lack of docume...
No comments:
Post a Comment