我收到 PHP 通知:我的网站中出现未定义的索引错误。
PHP 通知:未定义索引:第 41 行 /home/kashan/public_html/ifunnygag.com/templates/wlol_v1/pages/header.php 中的标题 [15-Apr-2013 06:36:42] PHP 通知:未定义索引:url在第 42 行的 /home/kashan/public_html/ifunnygag.com/templates/wlol_v1/pages/header.php
var opts = {
Line 40 message : '<?php echo $file['title'];?>',
Line 41 name : '<?php echo $file['title'];?>',
Line 42 link : '<?php echo $file['url'];?>',
description : 'Click to see pic...',
Line 44 picture : '<?php echo $file['path'];?>'
};
FB.api('/me/feed', 'post', opts, function(response)
{
if (!response || response.error)
{
console.log(response);
}
else
{
console.log('Success - Post ID: ' + response.id);
}
});
}