who to echo in php
<?php
echo "Afeef Abadel";
?>
who to echo in php
<?php
echo "Afeef Abadel";
?>
PHP script
You may want to know that removing semicolon is optional sometime but need to know the condition when it can be removed and when it can't be.
-------------------------------------------------------------------------
// Example 1: PHP script with closing tag at the end.
<?php
// php code
// you can remove semicolon
mysqli_close( $db )
?>
// Example 2: PHP script without closing tag at the end.
<?php
// php code
// you can't remove semicolon
mysqli_close( $db )
-----------------------------------------------------------------------
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us