Tuesday, 26 January 2010

Using PHP tag in PHP file

We can always use the tag:

< ? php
echo '

This is a PHP tag

';
? >

This is a PHP tag and this goes inside a .PHP file extension.

No comments :