Learner79 Posted November 18, 2020 Report Posted November 18, 2020 Hello everyone, I'm new here and this is my first post. I've a question for this vibrant and smart community: I’d like to be able to create what some people call a template engine. This allows you to change the text in the footer or the navigation for example and the change you make in one file will affect all the HTML pages. Which language is best to learn to achieve this? I've a fairly good knowledge of HTML and CSS and can create simple, yet responsive, static pages using HTML5 and CSS3. However, I know nothing about JavaScript, PHP, Python or the other languages out there. I appreciate your advice and input.
administrator Posted November 18, 2020 Report Posted November 18, 2020 This is done easily with include statements which all server side programming languages will support. You can do this most easily with PHP. Check out my PHP course: https://school.studioweb.com/store/course/php_7_foundations
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now