Landing Page + Redirect

2 replies
hi
how to add a php redirect in a landing page ?
is there any live example or any resource ?
#landing #page #redirect
  • Profile picture of the author espresso
    php:
    PHP Code:
    header('Location: http://www.example.com/'); 

    java script

    <script type="text/javascript"> <!-- window.location = "http://www.google.com/" //--> </script>

    they are for onload redirects
    {{ DiscussionBoard.errors[9661671].message }}
  • Profile picture of the author ChrisBa
    Originally Posted by michael rozy View Post

    hi
    how to add a php redirect in a landing page ?
    is there any live example or any resource ?
    This should help..

    PHP Web Page Redirect Script
    {{ DiscussionBoard.errors[9661769].message }}

Trending Topics