Home >> PHP >> What are tags type in PHP

What are tags type in PHP

There are 3 types-

Standard Tags or Full Tags

<?php
?>

Short Tags

<?
?>

Special Tags

<?=  ?>

Post Your Comment

Next Questions
How do you define a constant
How To Write the FORM Tag for Uploading Files
What is the difference between include, include_once
What is the difference between require and require_once
What is difference between include_once and require_once
What is difference between include and require
What is meant by urlencode and urldecode
How To Get the Uploaded File Information
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars
How do you pass a variable by value
How do I find out the number of parameters passed into function
How To Protect Special Characters in Query String
What is the difference between GET and POST
What are the different types of errors
If conditional statement
If else conditional statement
If else / else if conditional statement
Switch conditional statement
For loop
While loop
Do while loop
Foreach loop
Operators
Arithmatic operators
Assignment operators

Copyright ©2022 coderraj.com. All Rights Reserved.