<?php
function greet() {
echo “Welcome to BrightTech!”;
}
greet(); // calling the function
?>
<?php
function greet() {
echo “Welcome to BrightTech!”;
}
greet(); // calling the function
?>
No images uploaded for this post.
No videos uploaded for this post.