Posts Tagged ‘PHP’

How To Add WordPress Breadcrumbs Without a Plugin

Breadcrumbs or breadcrumb trail is a navigation aid used in a Website. It gives users a way to keep track of their locations within the Website. Breadcrumbs typically appear horizontally at the top of a Web page. Breadcrumbs provide a trail for the user to follow back to the starting or entry point.

Breadcrumb trail is an important supplementary element of a Website´s navigation, especially for complex Websites. Continue Reading »

PHP/CFML Source Viewer

What is PHP?

PHP is an open source, server-side, HTML embedded, scripting language used to create dynamic Web pages. In an HTML document, PHP code is embedded into the HTML source document and interpreted by the web server, which generates the HTML document. Because PHP is executed on the server, the client cannot view the PHP code. Continue Reading »