how to pass data from one html page to second in php?

后端 未结 6 1637
南笙
南笙 2021-01-23 15:05

I have created a page for updation of record. I want to pass the id of student from one page to another. I am trying to send it through window.location but it is not working. In

6条回答
  •  青春惊慌失措
    2021-01-23 15:34

    When you use window.location then your page go to another page. ajax work on active page. You can not use.

提交回复
热议问题