logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Can we use include ("xyz.PHP") two times in a PHP page "index.PHP"?


  • Correct Answer
  • Yes we can use include("xyzphp") more than one time in any page but it create a prob when xyzphp file contain some funtions declaration then error will come for already declared function in this file else not a prob like if you want to show same content two time in page then must incude it two time not a prob 


  • Technology problems


    Search Results


    • 1. What is a .htacces file
    • Discuss
    • 2. Why we use array_flip
    • Discuss
    • 3. How to open a file?
    • Discuss
    • 4. What?s the difference between htmlentities( ) and htmlspecialchars( )?
    • Discuss
    • 5. For printing out strings, there are echo, print and printf. Explain the differences.
    • Discuss
    • 6. How can we get the browser properties using PHP?
    • Discuss
    • 7. What is the maximum size of a file that can be uploaded using PHP and how can we change this?
    • Discuss
    • 8. How can we find the number of rows in a result set using PHP?
    • Discuss
    • 9. What is the functionality of md5 function in PHP?
    • Discuss
    • 10. What are the differences between GET and POST methods in form submitting?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment