New College Name





Label
Code
Code
  • Its unique reference of College 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.
College Name
CollegeName
  • An institution of higher education part of a university.
  • Its a Mandatory input field.
  • Allowed Alphanumeric, Space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow.
  • Duplicate not allow.
Place Name
PlaceName
  • Its a particular Place in placed College.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space ans 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 College Name



Label
Code
Code
  • Its unique reference of College Name.
  • Its a view only not editable.
College Name
CollegeName
  • If edit College Name, 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.
Place Name
PlaceName
  • If edit Place Name of Particular College here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space ans 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 College Name



Delete College Name





College Names List



Webservice

Get List

url: webservice.php?action=l&method=macoll
{"status":"success",
                            "data":[{"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"CN01",
                            "CollegeName":"C.S.I Arts and Science College",
                            "PlaceName":"Madurai",
                            "Remarks":"College Name 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:05:27"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"CN02",
                            "CollegeName":"Kamarajar Government Arts and Science College",
                            "PlaceName":"Tirunelveli",
                            "Remarks":"College Name 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:06:58"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"CN03",
                            "CollegeName":"JP Arts and Science College",
                            "PlaceName":"Tenkasi",
                            "Remarks":"College Name 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 14:08:13"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macoll
Input
                             Code=EN04
                             CollegeName=Stella Marys college 
                             PlaceName=Nagercoil
                             Remarks=colleges
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"CollegeName"}

Get Data

url: webservice.php?action=g&method=masl&ID=b6d767d2f8ed5d21a44b0e5886680cb9
{"status":"success",
                            "data":[{"ID":"b6d767d2f8ed5d21a44b0e5886680cb9",
                            "CollegeName":"Stella Marys college",
                            "PlaceName":"Nagercoil",
                            "Remarks":"colleges",
                            "Status":1,
                            "Code":"EN04",
                            "CreatedOn":"2024-12-27 17:43:18"}]}
                            

Update

url: webservice.php?action=u&method=macoll
Input
                            ID=b6d767d2f8ed5d21a44b0e5886680cb9
                            CollegeName=Maty stella college
                            PlaceName=Nagercoil
                            Status=1
                            Remarks=colleges
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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