کد PHP:
<?php
//file a.php
$a="hello";
?>

کد PHP:
<?php
//file b.php
Include ("a.php");
?>
شما فایل b رو اجرا کنی مشکل حل میشه !