Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed error in patients/booking.php #40

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

R-Krishita
Copy link
Contributor

"$userrow" variable on line 48 is not defined.

Fixed the error and changed it to "$result"

"Notice: Undefined variable: userrow in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php on line 47"

fixed the error by replacing userrow to result as userrow is an undefined variable
Fixed error in patient/schedule.php
changed userrow to result as userrow is an undefined variable
Scheduled sessions couln't be booked since "$userrow" on line 48 is an undefined variable.

Fixed the error and changed the variable to "$result"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant