I have a static website and I'm implementing some functions in php in it and one of them is to include a menu on all pages, which is already created and all the files are with it.
What I want is the following: replace all this code with: include menu.php
Is there any tool where I can do this? The menu code is the same for all files.