This topic is locked

Navigate from Dashboard to Menu Page

10/19/2023 5:49:50 AM
PHPRunner General questions
author

I have a dashboard that I am using as a landing page by redireting to it after successfull logon. I have also set the Landing page in Misc tab to this same page.
I have removed the menu from the dashboard becuase I want the dash board to cover the entire screen with no side bar.
I have a button on the dashboard that should then send the user to the menu page where all the buttons to the other pages are located
I am using the following code on the server side of the button:
header("Location: menu.php?"); exit();But it doesnt work. It returns an error (Server error occured. See details). When I click on 'see details' I dont see the error message.
Please help me with the code to send the user to the menu page from the dashboard.
Thank you