Whhat is a Functions
A function is a block of statement, A function will not execute immediately when we run, we have to call the function to execute
example
<?php
function name(){ // for creating a function
echo "My name is -----";
}
name(); // calling the function
| Is This Answer Correct ? | 4 Yes | 0 No |
How to include a file code in different files in php?
What is the output of the following php code?
What is cookies php?
what is the default method of form in php?
hai, friend i srinu i had completed my graduation in 2004. now i am fineshed PHP course .may i get any oppartunity on php progr pls sugg me . thank u
What are sql injections, how do you prevent them and what are the best practices?
What is list in PHP?
Is the cookies are available on cross domain?
How to concatenate two strings together in php?
Which operator is used to concatenate two strings in PHP?
Tell me what should we do to be able to export data into an excel file?
How can I use single quotes in single quotes in php?