Redirect to specific div on other PHP page

0 votes
205 views
added Jul 14, 2017 in PHP by Callum Sergeant (1,440 points)
recategorized Aug 7, 2017 by LC Marshal
header("Location: ".$config['site_url']."otherpage.php#YourSpecificDiv");
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...