Search This Blog

simple function in php

<?php

function hai(){

echo 'hello world';

}
echo hai().', i am a human';
?>

output :

hello world, i am a human

note  :  " . "  use for concatenation

Share Links

Related Posts Plugin for WordPress, Blogger...