Hey guys.
I hope I can reply if someone is able to answer me, my dad might turn off the internet in a little bit.
I was wondering this.
is there a way to do that and pass the hey() variable into the say()?
I dont understand what return does, i tried return $hey.PHP Code:function hey () {
$hey = '1';
}
function say() {
echo hey() . ' test';
}
I own a php manual but can not solve this.
Thank you







Bookmarks