What exactly does the PHP function “test_input()” do?

前端 未结 4 629
夕颜
夕颜 2021-02-04 11:01

I know I will be voted down for this, but I need to ask. What does the code below mean? Specifically, I am confused by

if (empty($_POST[\"comment\"])) { $comme         


        
4条回答
  •  盖世英雄少女心
    2021-02-04 11:21

    There is no any such PHP function like test_input().

    It might be the user defined function in w3schools website. Just go on the website you mentioned and run the example code and in tryit editor check the source code once, you may get that function there.

    Some times websites dont display all the functions while giving the explanation, so just refer the source code

提交回复
热议问题