Basic PHP Programming

Your guide to basic PHP Programming

Archive for October, 2008

Tags in Php

without comments

Image Source: blog.bcwelt.de

Perhaps, we should start from the very basic of Php. To be able to fully understand the harder principles. What are tags? Tags are the starting and ending point of a specific code snippet that belongs to any scripting language. To give you a simple example, in HTML, we close HTML codes with and . Much the same with javascript code, which is written like this; . In Asp or Active Server Pages, it is written this way; <% 'asp code and then end with %>. Most of the languages for programming uses similar types too. You might ask yourself, why do these programming need tags, but to be able to understand it, you must have a basic understanding of the process of displaying web page in a browser wether it may be Internet Explorer or Mozilla Firefox.

Written by Bart

October 6th, 2008 at 6:02 pm

Posted in Information