please sumbody help me..php problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ka-ii
Forum Newbie
Posts: 2
Joined: Fri Apr 04, 2008 8:20 pm

please sumbody help me..php problem

Post by ka-ii »

see the attachment file.


this system is for two type of user.
1) existing patient
2)new patient

1)existing patient

when an existing patient came, the doctor will enter the patient's id(search_patient.php)
then it will go to the patient details page(patient.php).
from that, there are three option, either the doctor wanna update the patient details or view visit record history and view appointment history.
at visit record history page(vr_index.php) there are three option- edit, add, delete and view full report for print.
the same goes with the appointment history page(appointment_index.php)

so my problem is:
-update for the patient details are not working. when enter the patient's id (search_patient.php) the details come out but the problem came when i click the update button. problem at submit_patient.php page.

-when click visit record at patient.php then it will go to appointment index page(appoinment_index.php). problem came when i add new apointment, the existing appointment will dissapear. it had been replaced by a new appointment. the edit function is also not working.

- the same goes when click appointment at patient.php page.


2. new patient
for new patient(newpatient_menu). there are 3 link to - patient details form(pd_form.php), visit record form(vr_form.php) and also appointment form(appointment_form.php)

and i have prolem at this three form.

-after fill the patient details form i cant submit and view the form.
-the same goes with appointment and visit record form.
Attachments
flowchart
flowchart
flow chart.JPG (228.86 KiB) Viewed 41 times
pmr.zip
php code
(28.48 KiB) Downloaded 1 time
Post Reply