başarısız - kullanarak php kodu içeren çapraz etki alanı kapsamaktadır

0 Cevap php

Ben tüm farklı etki ile aynı sunucu üzerinde barındırılan web sitelerinin bir dizi var. Bazı ortak PHP scrips barındırabilir ve daha sonra diğer etki bu arama yapabilmek istiyorum.

Im so pls bahane kod girişimleri benim php ile biraz taze - ben denemek ve ben için hedefliyorum anlamanıza yardımcı olabilir aşağıdakilerden yineleme denedim!

php etiketleri içinde ...

include('http://www.mydomain/common_include.php?show_section=$section');

$show_section = $_GET['show_section'];
include('http://www.mydomain/common_include.php');//Then $show_section would be available to the included file/cod

Sonunda o ana senaryodan içerdiğini çalıştırmak için çalışan bir fonksiyonu içeren dahil çekerek denedi.

  • I would much prefer to keep this PHP orientated rather than getting involved with the server (file systems etc (but I can change permissions etc)
  • Ben ama sadece ayrı ayrı alanların her birine aynı kitaplığı yüklemek için tercih ediyorum edebilir
  • PHP başka bir sunucu üzerine genelinde komut içerir dolayısıyla belki sorunlu sunucuda çalıştırmak anlıyorum.

Şimdiden teşekkürler.

#

EDIT OK OK - I get that its bad practice so will not do it....THANKS VERY MUCH FOR THE QUICK ANSWERS. However is there any other recommendations of how to esentially show this basic php app on all of the sites with out haveing to add the files to the root of each site? Just to prevent massive script duplication...(thinking out loud call the scripts in from a db or anyother soloutions) Again thanks for your assistance

0 Cevap