I want to add indian hotels at my site so please tell me how to integrate all hotels........ plz help me................
just add this code. <?php $hotels = import('Hotels','Asia/India'); foreach ($hotels as $hotel) { $hotel->loadDetails(array('management'=>'true')); } ?> PHP: No serious you need to add a lot more information about what your site is and how it is programmed ( I assume its a custom one in php but you could also use wordpress or any other cms ). And what do you mean with integrate? do you mean show prices and availability etc? ability to book them from your site??