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 |
Does https prevent csrf?
how can attached a file to a mail and attached a resume to a mail and received in id
Where session is stored?
Write a program to upload a file in php?
what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the complete steps.
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is final in php?
How does firefox manage cookies?
How to do single and multi line comment in php?
What does $_server means?
What is use of mysqli_query in php?
Can you define an argument as a reference type?