Saturday 25 February 2012

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

 Yes we can use include("xyz.php") more than one time in any page. but it create a prob when xyz.php 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 problem.