function Hi(){ echo "Hi! This text is produced by a function."; echo "Thank you for visiting "$1; echo "The current date and time is:"; date } Hi "angelcool.net"; #Calling Hi() and passing a variable(angelcool.net)