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 do I display php errors?
How do you parse and process html/xml in php?
How to randomly retrieve a value from an array?
What are major variables in research?
What are Routines?
How many types of session are there?
Do you know how can php and html interact?
What is the difference between query and inquiry?
What is difference between post and put in rest?
What is preg_match?
How to create the PHP Script to Calculate the Age Using the Inputs Of our Birth date and the Current date?
How to connect to a url in php?