When i tried to include multiple files using include() it didn't work as expected.
catagorization. php includes the following code
This way it does not work. But if only one file is included it works properly
Can anybody please help me to solve this?
thanks
catagorization. php includes the following code
Code:
include("ajax_catagorization.php");
include("categorization_total.php");
Can anybody please help me to solve this?
thanks
Comment