hi im trying to place a link on my index.php to go to admin control panel on my script but Its doing it wrong
how can I get this code to go to that file without putting the full url of my site before it
(hard to explain )
how can I get this code to go to that file without putting the full url of my site before it
PHP Code:
echo '<a href="/staff/admin.php">Admin settings</a></br>';
Comment