Is it possible to check whether a request is from <script> tag in PHP?

mofon

New Member
\[code\]<script src="http://stackoverflow.com/questions/3682204/test.php"></script>\[/code\]I want my \[code\]test.php\[/code\] executed only when it's from \[code\]<script>\[/code\], is it possible?
 
Back
Top