New Hobbie Name





Label
Code
Code
  • Its unique reference of Hobbie Name.
  • 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.
Hobbie Name
HobbieName
  • An activity that you enjoy doing in your free time.
  • 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 Hobbie Name



Label
Code
Code
  • Its unique reference of Semester.
  • Its a view only, nor editable
Hobbie Name
HobbieName
  • If edit Hobbie Name, here change and update.
  • Its a Mandatory input field
  • Allowed .
  • 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 Hobbie Name



Delete Hobbie Name





Hobbie Names List



Webservice

Get List

url: webservice.php?action=l&method=mmhl
{"status":"success",
                            "data":[{"ID":"17e62166fc8586dfa4d1bc0e1742c08b",
                            "Code":"AN01",
                            "AthleticName":"Running",
                            "Remarks":"Athletic Name 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:04:19"},
                            {"ID":"f7177163c833dff4b38fc8d2872f1ec6",
                            "Code":"AN02",
                            "AthleticName":"Swimming",
                            "Remarks":"Athletic Name 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:04:41"},
                            {"ID":"6c8349cc7260ae62e3b1396831a8398f",
                            "Code":"AN03",
                            "AthleticName":"Shot Put",
                            "Remarks":"Athletic Name 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:05:15"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mmhl
Input
                             Code=AN04
                             AthleticName=Abc
                             Remarks=athletic names
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"AthleticName"}

Get Data

url: webservice.php?action=g&method=mmal&ID=b53b3a3d6ab90ce0268229151c9bde11
{"status":"success",
                            "data":[{"ID":"b53b3a3d6ab90ce0268229151c9bde11",
                            "AthleticName":"Abc",
                            "Remarks":"athletic names",
                            "Status":1,
                            "Code":"AN04",
                            "CreatedOn":"2024-12-28 20:39:17"}]}
                            

Update

url: webservice.php?action=u&method=mmal
Input
                            ID=b53b3a3d6ab90ce0268229151c9bde11
                            AthleticName=Xyz
                            Status=1
                            Remarks=athletic names
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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