Tag Archives: text editor

Introduction To PHP Include & Require

Introduction To PHP Include & Require

The PHP Include function is used to pull different pages together into one. For example, a default header, menu, and footer can be included on multiple content pages. When you want to update the menu, you only need to update a single file. Then the changes are reflected on all […]

Posted in: Web Development

Tagged: , , , , , , , , , ,


Showing HTML, JavaScript, And PHP Syntax On Your Blog

Showing HTML, JavaScript, And PHP Syntax On Your Blog

So, you want to show web codes on your WordPress blog (or any website) but the web browser always executes it with the rest of your HTML? The trick for showing code on your website is actually pretty simple. Say you want to show the following code: <p>Lorem ipsum</p> You […]

Posted in: Web Development

Tagged: , , , , , , , , , ,