CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Prasad Ajinkya

    MemberMar 18, 2008

    Re: Good resources for programmers

    Yeah .. sure.. when you are redirecting .. change the locations in the header section .. also ensure that the redirection is done before the HTML header files are sent .. ie before you output any HTML content on the page, you need to do your redirections.
    Are you sure? This action cannot be undone.
    Cancel
  • Prasad Ajinkya

    MemberMar 18, 2008

    Re: Good resources for programmers

    Here is the sample script -
    and heres where i copied it from #-Link-Snipped-#
    <?php
    header( 'Location: https://www.yoursite.com/new_page.html' ) ;
    ?>
    Are you sure? This action cannot be undone.
    Cancel
  • bayazidahmed

    MemberMar 19, 2008

    You ma also use http_redirect() if you have PECL extension installed.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register