is there any flag in php to determine if my JS / CSS being called from? What I mean is,
JS çağrılan olup olmadığını belirlemek için
<script type="text/javascript" src="http://www.example.net/assets/js/jsGeneratedFrom.php"></script>
veya gelen
kullanıcı doğrudan tarayıcının url adresi alanından http://www.example.net/assets/js/jsGeneratedFrom.php çarptı.
as well as CSS to determine from where is the css was calling from
<link type="text/css" rel="stylesheet" href="http://www.example.net/assets/css/cssGeneratedFrom.php" />
veya gelen
kullanıcı doğrudan tarayıcının url adresi alanından http://www.example.net/assets/css/cssGeneratedFrom.php çarptı.
Ben kurulum için css / js erişim yöntemi bu tür için farklı bir davranış gerekir çünkü
Yani, önce bu ile oynadı herkes orada ve bazı tavsiyeler var?
Şimdiden teşekkürler!
VE