Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??
Answer Posted / naveen das
Using require_once so that it will take only one instance of it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How long is a php session valid?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is the role of php.ini file?
How to open standard output as a file handle?
What is zend studio for?
Why super () is used in java?
How do you check is php not empty?
How can we define a variable accessible in functions of a php script?
How is session id stored in browser?
How do I debug php?
How to get the value of current session id?
Which functions are used to remove whitespaces from the string?
What is the difference between "echo" and "print" in php?
How do I run a php script in windows?
What is constructors and destructors?