Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??
Answer Posted / srinu
yes we can use include more than onetime in one php page
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to remove an empty directory?
What is difference between ksort() and usort() functions.
Write a query to find the 2nd highest salary of an employee from the employee table?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
How to find the length of a string?
What is an associative array?
Which function can be used to exit from the script after displaying the error message?
What are the functions of string?
What is the use of Php variables?
How break and continue while loop in php?
What are the main error types in php?
What is the use of array_search() in php?
Is php an oop?
What are php magic methods?
What is strcmp () in php?