create api using php

后端 未结 5 1560
情歌与酒
情歌与酒 2020-12-18 07:24

I want to develop one simple api using php.

My functionality is that if some one enter some required values then they will get calculation result from the algorithm

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 08:18

    An API is usually something you would create to allow other developers to access your program more easily.

    But by the sounds of what you are doing it seems like you just need to make a simple page that performs some calculations and an API may not be necessary for you to do this.

    I suggest learning some general PHP tutorials first as well as some for processing forms.

提交回复
热议问题