I made a website in PHP, and I wanted to make the sides of the website customisable and to use require (as footer.php and header.php) so I can place banners on them.
Anyone got an idea on how to make it? (If you require any code, please ask)
I made a website in PHP, and I wanted to make the sides of the website customisable and to use require (as footer.php and header.php) so I can place banners on them.
Anyone got an idea on how to make it? (If you require any code, please ask)
You need 3 column layout. You have to make layout in HTML and CSS. You can try to do it like this:
And this is not question about PHP. It is about HTML and CSS. PHP is language used to generate HTML code for browsers.
You should read or watch some youtube tutorials about HTML, CSS and PHP. Maybe search for "The New Boston" or "PHP Academy" on youtube, they have not bad tutorials.