Go Back to Previous Page

前端 未结 11 657
悲哀的现实
悲哀的现实 2020-12-02 07:20

I am using a form to \"Rate\" a page. This form \"posts\" data to a php script elsewhere. I simply want to display a link after the form is processed which will bring the us

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 08:12

    Depends what it is that you're trying to do it with. You could use something like this:

    echo "GO BACK";
    

    That's the simplest option. The other poster is right about having a proper flow of history but this is an example for you.

    Just edited, orig version wasn't indented and looked like nothing. ;)

提交回复
热议问题