Day -6 Bhavik PHP Function (bhavikphp)
function writename()
{
echo 'bhavik datt';
}
echo 'my name is ';
writename();
...........................................................
Output:- my name is bhavik datt
In this example writename is function and we can use like this
For your Practice I give you more example
0 comments:
Post a Comment