At the outset, I would like to extend a big congratulations to you for this really wonderful project. This project works well after trying it. I wish you would add a page to price each service the patient received and bill the expenses and print them, thus the project will be completed. Thank you
Bro. Go to patient/schedule.php And browse to line 123 , replace $sqlmain variable like this $sqlmain= "select * from schedule inner join doctor on schedule.docid=doctor.docid where schedule.scheduledate>='$today' and (doctor.docname='$keyword' or doctor.docnic like '%$keyword%' or doctor.docnic like '%$keyword' or doctor.docnic like '$keyword%' or doctor.docname like '$keyword%' or doctor.docname like '%$keyword' or doctor.docname like '%$keyword%' or schedule.title='$keyword' or schedule.title like '$keyword%' or schedule.title like '%$keyword' or schedule.title like '%$keyword%' or schedule.scheduledate like '$keyword%' or schedule.scheduledate like '%$keyword' or schedule.scheduledate like '%$keyword%' or schedule.scheduledate='$keyword' ) order by schedule.scheduledate asc";
Hi good day, I find your work a perfect reference for our project system in our school. May I ask for permission to use your system? Hope you notice this. Thank you and god bless.
I make a copy of file 'doctor. php', I renamed it 'secretary. php', in this file (secretary I replaced any word doctor by secretaries) in order to make a session as such of the doctor but for the secretary, the problem is that when I do a login for the secretary the access is denied (incorrect password). can you help me please. I would like to add a session for secretary like that of the doctor how I have to do.
Fatal error: Uncaught mysqli_sql_exception: No connection could be made because the target machine actively refused it in C:\xampp\htdocs\edoc-doctor-appointment-system\connection.php:3 Stack trace: #0 C:\xampp\htdocs\edoc-doctor-appointment-system\connection.php(3): mysqli->__construct('localhost', 'root', Object(SensitiveParameterValue), 'edoc') #1 C:\xampp\htdocs\edoc-doctor-appointment-system\login.php(35): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\edoc-doctor-appointment-system\connection.php on line 3
Bro. Go to patient/schedule.php And browse to line 123 , replace $sqlmain variable like this $sqlmain= "select * from schedule inner join doctor on schedule.docid=doctor.docid where schedule.scheduledate>='$today' and (doctor.docname='$keyword' or doctor.docnic like '%$keyword%' or doctor.docnic like '%$keyword' or doctor.docnic like '$keyword%' or doctor.docname like '$keyword%' or doctor.docname like '%$keyword' or doctor.docname like '%$keyword%' or schedule.title='$keyword' or schedule.title like '$keyword%' or schedule.title like '%$keyword' or schedule.title like '%$keyword%' or schedule.scheduledate like '$keyword%' or schedule.scheduledate like '%$keyword' or schedule.scheduledate like '%$keyword%' or schedule.scheduledate='$keyword' ) order by schedule.scheduledate asc";
Hi! may I know which links did you use for the icons collection? I try to change it using bootstrap and w3school icons but it's not working😅😅also can I know the images art sources? Thanks!
Good day sir please help me ..why it always says the the requested url was not found on this server... Its just like this sir The requested URL was not found on this server. Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.2.0 Server at localhost Port 80 Please help me sir
make sure the name of your folder and URL are the same. I didn't change the name of my folder so I got the same error message as you. I changed the name in the URL to the name on my folder and it worked.
i'm getting an error at the 7th step, where when i browse the doctor appointment system in a browser, getting as 404 not found. someone please step up and resolve this issue
@@HashenUdara same here- drive.google.com/file/d/1b9wACnWlcxxP9tN5heP8RFFK-7jjQ40H/view?usp=sharing this is the screenshot pls chec k it that is the error message pls help me
make sure the name of your folder and URL are the same. I didn't change the name of my folder so I got the same error message as you. I changed the name in the URL to the name on my folder and it worked.
@@HashenUdara hello bro i edited the code and remove the background but its still showing in the browser but when i use vscode it removed the background but in vscode when i click login or rejistration the login file automatically download it self
Don't think about it. If you wanna test this use any 10 digit number. This is a open source project. You can edit the source codes as you wish. If you don't need "NIC" or anything else , You can remove it 👍🏻
Warning: Undefined variable $userrow in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php on line 47 Fatal error: Uncaught Error: Call to a member function fetch_assoc() on null in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php:47 Stack trace: #0 {main} thrown in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php on line 47 I am getting this error when I am viewing session in patient ID
Warning: Undefined variable $userrow in E:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\booking.php on line 48 Fatal error: Uncaught Error: Call to a member function fetch_assoc() on null in E:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\booking.php:48 Stack trace: #0 {main} thrown in E:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\booking.php on line 48
TH-cam should give this video at the top of the search rank. This is the only video I found working. Keep it up. You earned my subscription.
Thankyou for the source code ❤ hope you'll help a lot of students who struggle in their thesis.
At the outset, I would like to extend a big congratulations to you for this really wonderful project. This project works well after trying it.
I wish you would add a page to price each service the patient received and bill the expenses and print them, thus the project will be completed.
Thank you
Thank you for sharing this sourcecode ! Very helpful 👍
Bro In patient page I want to search Available season using Doctor "NIC" number . please say me how to do this 🙏 please help
Bro. Go to patient/schedule.php
And browse to line 123 , replace $sqlmain variable like this
$sqlmain= "select * from schedule inner join doctor on schedule.docid=doctor.docid where schedule.scheduledate>='$today' and (doctor.docname='$keyword' or doctor.docnic like '%$keyword%' or doctor.docnic like '%$keyword' or doctor.docnic like '$keyword%' or doctor.docname like '$keyword%' or doctor.docname like '%$keyword' or doctor.docname like '%$keyword%' or schedule.title='$keyword' or schedule.title like '$keyword%' or schedule.title like '%$keyword' or schedule.title like '%$keyword%' or schedule.scheduledate like '$keyword%' or schedule.scheduledate like '%$keyword' or schedule.scheduledate like '%$keyword%' or schedule.scheduledate='$keyword' ) order by schedule.scheduledate asc";
which method you have using for this ?
Hi good day, I find your work a perfect reference for our project system in our school. May I ask for permission to use your system? Hope you notice this. Thank you and god bless.
It's MIT License. You can use as you see fit. Read the license terms.
Thanks Sir. can u tell how to limit patient not to make appoint more than the maximum number of appointments which scheduled by admin
I make a copy of file 'doctor. php', I renamed it 'secretary. php', in this file (secretary I replaced any word doctor by secretaries) in order to make a session as such of the doctor but for the secretary, the problem is that when I do a login for the secretary the access is denied (incorrect password). can you help me please. I would like to add a session for secretary like that of the doctor how I have to do.
how can I change the currenccy in the Session details? Pls answer thank you so much !
Dtabase edoc not show in D drive
hey how did you fix it?
Fatal error: Uncaught mysqli_sql_exception: No connection could be made because the target machine actively refused it in C:\xampp\htdocs\edoc-doctor-appointment-system\connection.php:3 Stack trace: #0 C:\xampp\htdocs\edoc-doctor-appointment-system\connection.php(3): mysqli->__construct('localhost', 'root', Object(SensitiveParameterValue), 'edoc') #1 C:\xampp\htdocs\edoc-doctor-appointment-system\login.php(35): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\edoc-doctor-appointment-system\connection.php on line 3
turn xampp on
Bro In patient page I want to search Available season using Doctor "NIC" number . please say me how to do this 🙏
Bro. Go to patient/schedule.php
And browse to line 123 , replace $sqlmain variable like this
$sqlmain= "select * from schedule inner join doctor on schedule.docid=doctor.docid where schedule.scheduledate>='$today' and (doctor.docname='$keyword' or doctor.docnic like '%$keyword%' or doctor.docnic like '%$keyword' or doctor.docnic like '$keyword%' or doctor.docname like '$keyword%' or doctor.docname like '%$keyword' or doctor.docname like '%$keyword%' or schedule.title='$keyword' or schedule.title like '$keyword%' or schedule.title like '%$keyword' or schedule.title like '%$keyword%' or schedule.scheduledate like '$keyword%' or schedule.scheduledate like '%$keyword' or schedule.scheduledate like '%$keyword%' or schedule.scheduledate='$keyword' ) order by schedule.scheduledate asc";
Ok
Number phone :D
Plz Add adress and near by location searching method
Hi! may I know which links did you use for the icons collection? I try to change it using bootstrap and w3school icons but it's not working😅😅also can I know the images art sources? Thanks!
How to solve 404. Error when u copied URL
Man, the whole project is well done but I can't register patients there's an error
Thanks for sharing please how can I make time slot for this
Getting fata error after trying to get access to the login page, appointment n can't access any other page any help?
Thanks for the video please send project report
May we use the source code for our final ear projects in university 🙏 please expert reply
Hi brother, can any one help after all the process i'm getting 404 error.
Good day sir please help me ..why it always says the the requested url was not found on this server... Its just like this sir
The requested URL was not found on this server.
Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.2.0 Server at localhost Port 80
Please help me sir
make sure the name of your folder and URL are the same. I didn't change the name of my folder so I got the same error message as you. I changed the name in the URL to the name on my folder and it worked.
@@amalusman666how we change , can you tell me
this helped thanks
@@amalusman666
Problem solved ? i want to know
@@rayhanayon you have same problème ?
Can you update and put forgot password?
i'm getting an error at the 7th step, where when i browse the doctor appointment system in a browser, getting as 404 not found. someone please step up and resolve this issue
did you found the solution
Thank you for uploading this
I need help Buddy
Brother i need this project report
nyc work bro... pls how can i add new patient...pls help
Please make this responsive, I want to host this on a server
how to edit the admin?
Nic meanssssssss what ??????
did you get the answer? Im unable to find it.. and I need to know😟
I couldn’t connect to the database after importing it can you help????
What is the error massage shown in the browser
@@HashenUdara same here- drive.google.com/file/d/1b9wACnWlcxxP9tN5heP8RFFK-7jjQ40H/view?usp=sharing this is the screenshot pls chec k it that is the error message pls help me
@@HashenUdaraI face the error page not found. Can you please tell me how I fix it.. database created now I want to run and face the problem
make sure the name of your folder and URL are the same. I didn't change the name of my folder so I got the same error message as you. I changed the name in the URL to the name on my folder and it worked.
thank you bro, can I pm you badly need your help :(
Thanks Sir. But the patient can appoint more than the maximum number of appointments
Can you add color and design for this website and send code please
It's easy man. Go to css/main.css and edit primary color as you wish.
@@HashenUdara hello bro i edited the code and remove the background but its still showing in the browser but when i use vscode it removed the background but in vscode when i click login or rejistration the login file automatically download it self
hope you'll reply soon thank you
NIC number means ?
Don't think about it. If you wanna test this use any 10 digit number.
This is a open source project. You can edit the source codes as you wish.
If you don't need "NIC" or anything else , You can remove it 👍🏻
@@HashenUdara Bro In patient page I want to search Available season using Doctor "NIC" number . please say me how to do this 🙏 please help
good project , please assist at line232 of : Undefined index: specialities in C:\xampp\htdocs\edoc\public_html\patient\doctors.php on line 232
Warning: Undefined variable $userrow in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php on line 47
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on null in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php:47 Stack trace: #0 {main} thrown in C:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\schedule.php on line 47
I am getting this error when I am viewing session in patient ID
I'm dealing the same problem have you already fix it? thank you.
has anyone resolved this issue
i figured it out. on line 46 of schedule.php (patient) change the variable name from $result to $userrow. do this whereever you encounter the error.
thanks@@sp6289
@@sp6289 i changed but again im getting the same error plz help me out..
Warning: Undefined variable $userrow in E:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\booking.php on line 48
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on null in E:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\booking.php:48 Stack trace: #0 {main} thrown in E:\xampp\htdocs\edoc-doctor-appointment-system-main\patient\booking.php on line 48