vietboy505
Technical User
I want to write a navigation bar menu file that will place inside every php file.
Is it possible to set all the navigation link on the left?
Such as
link.php
Then put a include function in every php file.
Whenever, I feel like updating the links, I just change link.php and it will change the rest, it's kind like XML.
Is it possible to set all the navigation link on the left?
Such as
link.php
Code:
Link 1
Link 2
Link 3
Then put a include function in every php file.
Whenever, I feel like updating the links, I just change link.php and it will change the rest, it's kind like XML.