Landing Page + Redirect

by 2 replies
3
hi
how to add a php redirect in a landing page ?
is there any live example or any resource ?
#ad networks (cpm/cpl, display) #landing #page #redirect
  • php:
    PHP Code:
    header('Location: http://www.example.com/'); 

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

    they are for onload redirects
  • This should help..

    PHP Web Page Redirect Script

Next Topics on Trending Feed