[vc_row][vc_column][vc_column_text]
Basic PHP Syntax
A PHP code starts with <?php
and ends with ?>
:
<?php
// PHP code write here
?>
PHP files extension is “.php
“.
A PHP file contains HTML tags, and some PHP code.
[/vc_column_text][/vc_column][/vc_row]