Code
This page demonstrates the code block.
<?php
function you_are_cool($name){
return "${name} is really cool!"
}
function you_are_not_cool($name){
return "${name} is a big dork!"
}
This page demonstrates the code block.
<?php
function you_are_cool($name){
return "${name} is really cool!"
}
function you_are_not_cool($name){
return "${name} is a big dork!"
}