open new window with php code after form submits results

后端 未结 4 555
梦毁少年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:19

    You forgot to put quotes and the tag around $link's value.

    $link = "";
    

提交回复
热议问题