I currently have it set up so that to navigate to various pages you click links on index.php, which then load into the content box of index.php.
I currently have a form on one of those pages that once submitted, I would like to redirect to the index.php page. But instead of displaying the default content on index.php, I'd like to specify the page loaded into the content box.
Is there a way to do this using a header? eg. header('Location: index.php#<contentboxpagehere>');
??
Thanks!