using includes cross domain that contain php code - failing
问题 I have a series of web sites all hosted on the same server with different domains. I want to host some common PHP scrips and then be able to call these from the other domains. Im am a bit fresh with my php so pls excuse code attempts - I have tried iterations of the following which may try and help you understand what I am aiming for! from within php tags ... include('http://www.mydomain/common_include.php?show_section=$section'); $show_section = $_GET['show_section']; include('http://www