我有这个代码
<?php
$a1 = 'http://www.hamooz.com';
$a2 = 'http://www.myegy.com';
$a3 = 'http://www.tech-wd.com/wd';
$num = rand(1,3);
$numb = '$a'.$num;
echo file_get_contents($numb);
?>
问题看起来像:
警告:file_get_contents($a3) [function.file-get-contents]:无法打开流:第 9 行的 C:\xampp\htdocs\ttt\bessah.php 中没有这样的文件或目录