anes039
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
guys
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
i was afraid about something the variable scope
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
internal pointer
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
about this
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
i should look more
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
thanks so much
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
its showing
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
yess
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
so does it mean if i delete the first while it will work
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
You are connectedUser ID: 9 - Name: AnesBaba - Budget : 1 - Source: rroga - Confirm: 1 - Date: 2025-01-13
i want to pickup budget and display it in span element near balanci
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
at balanci div
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
it shows nothing
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
when i do the while loop
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
with $rez its showing an error object of class cannot be converted to string
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
i tried to log the $row in html code and its showing nothing , because i want to get that amount to show near balance
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
its showing a result within the while
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
when i do it right
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
$rez = mysqli_query($conn, $userBudgetQuery);
if (!$rez) {
die("Query failed: " . mysqli_error($conn));
}
while ($row = mysqli_fetch_assoc($rez)) {
echo "User ID: " . $row['id'] . " - Name: " . $row['fullname'] . " - Budget : " . $row['Amount'] . " - Source: " . $row['Source'] . " - Confirm: " . $row['Confirm'] . " - Date: " . $row['Date'] . "<br>";
}
if (mysqli_num_rows($rez) > 0) {
while ($row = mysqli_fetch_assoc($rez)) {
echo "<pre>";
print_r($row);
echo "</pre>"; echo "User ID: " . $row['id'] . " - Budget Amount: " . $row['Amount'] . "<br>"; } } else { echo "No results found for the query.<br>";
}
echo "</pre>"; echo "User ID: " . $row['id'] . " - Budget Amount: " . $row['Amount'] . "<br>"; } } else { echo "No results found for the query.<br>";
}
168 replies
KPCKevin Powell - Community
•Created by anes039 on 1/2/2025 in #back-end
date validation
i was asking
168 replies