include ステートメントを使用して別のページを読み込もうとしていますが、エラーが発生し続けます。
Warning: include(AccountView.php?id=) [function.include]: failed to open stream: No such file or directory in /home/public_html/InsertAccount.php on line 62
$return = "AccountView.php?id=".$ID;
include $return;
これを正しく実行するために何が欠けているのかわかりません。別の目のセットは本当に素晴らしいでしょう。