エラー: 「通知: 未定義のインデックス: 8 行目の C:\wamp\www\digi\admin\config\setup.php のページ」
私のコードは次のとおりです。
<?php
#setup document
//host-username-password-database_name
$db = mysqli_connect('localhost','root','','dynamic');
if($_GET['page'] == "")
{$pg = 'home';}
else
{$pg = $_GET['page'];}
include('/functions/sandbox.php');
include('/functions/template.php');
$page_title = get_page_title($db,$pg);
?>