SELECT customerId, customerName
FROM customerRentalinfo, film
WHERE filmPrice = 2.6;
这是我为电影租赁系统创建的表。租借id、客户id、客户姓名、客户邮箱、租借日期、胶片名称、数量、胶片价格、总价为该表的实体:
我在我的PHP上使用file_get_contents,它抛出了一些错误:
我的代码
#try to fetch from remote
$this->remotePath = "http://some-hostname.com/blah/blah.xml
$fileIn = @file_get_contents($this->remotePath);
错误:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configu