Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??
Answers were Sorted based on User's Feedback
Answer / hitu patel
Yes we cab include the files two time in the PHP page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naveen das
Using require_once so that it will take only one instance of it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / srinu
yes we can use include more than onetime in one php page
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the difference between static and dynamic websites?
What should be the length of variable for SHA256?
How to concatenate two strings together in php?
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?
What does $_server means?
What is difference between static and constant in php?
What is the purpose of the '.myi' file extension? What do thes file contain?
How to find the position of the first occurrence of a substring in a string?
hey i m a trainee n jus wanted to ask that initially i was given the opportunity for .NET bt that project is abt to complete , nw i m asked to join a project of php on linux which is about to start , so wt say . is it a wise decision to join this project . will i be having job opportunities when i l complete my training after 4 months ? Plz suggest something ASAP .
How are sessions maintained?
Why do we use sessions in php?