I'm trying to load another page using the include statement but I keep getting the error:
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;
I'm not sure what I'm missing to make this perform correctly. Another set of eyes would really be great.
$IDvariable that way.includeand not a redirect?