New Examination





Label
Code
Code
  • Its unique reference of Examination.
  • Its a Mandatory input field
  • Allowed only Alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Examination
ExamName
  • Here add name of Examination.
  • Its a Mandatory input field
  • Allowed Alphanumeric, space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Edit Examination



Label
Code
Code
  • Its unique reference of Examination.
  • Its a view only not editable
Examination
ExamName
  • If Examination name edit here, change and update.
  • Its a Mandatory input field
  • Allowed Alphanumeric, space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

View Examination



Delete Examination





Examinations List



Webservice

Get List

url: webservice.php?action=l&method=mael
{"status":"success",
                            "data":[{"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"EN01",
                            "ExamName":"Internal 1",
                            "Remarks":"Examination Name 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:04:16"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"EN02",
                            "ExamName":"Internal 2",
                            "Remarks":"Examination Name 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:04:56"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"EN03",
                            "ExamName":"Internal 3",
                            "Remarks":"Examination Name 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:05:24"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"EN04",
                            "ExamName":"Monthly 1",
                            "Remarks":"Examination Name 4",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:05:59"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"EN05",
                            "ExamName":"Monthly 2",
                            "Remarks":"Examination Name 5",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:07:00"},
                            {"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"EN06",
                            "ExamName":"Monthly 3",
                            "Remarks":"Examination Name 6",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:07:34"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"EN07",
                            "ExamName":"Semester 1",
                            "Remarks":"Examination Name 7",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:08:32"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"jhj",
                            "ExamName":"buvana",
                            "Remarks":"",
                            "Status":0,
                            "CreatedOn":"2024-10-02 11:47:47"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mael
Input
                             Code=EN08
                             ExamName=Semester
                             Remarks=Exam
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"ExamName"}

Get Data

url: webservice.php?action=g&method=mactl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "ExamName":"Semester",
                            "Remarks":"Exam",
                            "Status":1,
                            "Code":"EN08",
                            "CreatedOn":"2024-12-26 16:59:17"}]}
                            

Update

url: webservice.php?action=u&method=mael
Input
                            ID=1ff1de774005f8da13f42943881c655f
                            Code=EN08
                            ExamName=Semester 3
                            Status=1
                            Remarks=Exam
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=mael
Input
delID=1ff1de774005f8da13f42943881c655f
{"status":"success","message":"Deleted sucessfully"}