Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End php redirect page

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #152741
    asma
    Participant

    i have a foam at the end of my home page.when i submit the foam i echo thanku message below submit button. the problem is after submit it redirect to the stat of the home page and to see thanku message i have to scroll to the end of the page. how can i redirect to that specific location in the home page where thanku message is displayed?

    also im redirecting page with header function.

    #152744
    __
    Participant

    Assuming your thank-you message is contained in an element with an id attribute, you can add a hash (#) to the URL you’re redirecting to:

    header( 'Location: http://example.com/page.html#thank-you-id' );
    

    Works in most browsers.

    #152802
    asma
    Participant

    thankuu traq it worked :)

    #152838
    __
    Participant

    welcome :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.