open new window with php code after form submits results

后端 未结 4 567
梦毁少年i
梦毁少年i 2021-01-06 14:52

here is the script that i been working on , it is supposed to integrate user and pass when opened



        
4条回答
  •  一个人的身影
    2021-01-06 15:41

    Hello, PHP!";
    $name = $_POST['name']; // CONTAIN NAME OF PERSON
    $pass = $_POST['pass']; // ANY DETAIL OF PERSON
    $link = "";
    echo $link;
    

提交回复
热议问题