<?php
$k = 6+5;
echo $k; // correct
Echo $k; // correct
// Comment example 1
# Comment example 2
/*
Comment off a section of code
*/
?>
<?php
$k = 6+5;
echo $k; // correct
Echo $k; // correct
// Comment example 1
# Comment example 2
/*
Comment off a section of code
*/
?>
© 2025 Brenko Web Designed by Echo 5 Web Design
Comments
No comments have been made yet.
Please login to leave a comment. Login now