Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

redirect in php

header("location: THE LOCATION"); //"THE LOCATION", put in a URL or directory to redirect to. For example, header("location: https://google.com/"); or header("location: ../../images/dog/");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #redirect #php
ADD COMMENT
Topic
Name
4+2 =