} elseif($cruuent_url_slug == 'php-oops'){ ?> } elseif($cruuent_url_slug == 'javascript'){ ?> } elseif($cruuent_url_slug == 'jquery'){ ?> } elseif($cruuent_url_slug == 'ajax'){ ?> } elseif($cruuent_url_slug == 'codeigniter'){ ?> } elseif($cruuent_url_slug_core == 'laravel'){ ?> } elseif($cruuent_url_slug_core == 'mysql'){ ?> } elseif($cruuent_url_slug == 'node.js'){ ?>
Example :- How to write PHP program?
File Name : index.php
<html>
<head>
<title></title>
</head>
<body>
<?php
echo "Hello mahtab Habib";
?>
<br>
<?php
echo "<h2>Hello Sana Mahtab</h2>";
?>
</body>
</html>
Output :-
Hello mahtab Habib
Hello Sana mahtab
Example
File Name : index.php
Output :-
Trending Tutorials