However, I am now getting another issue:
I get these errors when I try to load it up:
Notice: Use of undefined constant myusername - assumed 'myusername' in C:\wamp\www\drpg\usercp.php on line 6
Deprecated: Function session_is_registered() is deprecated in C:\wamp\www\drpg\usercp.php on line 6
The part of the code it talks about is
session_start();
if(!session_is_registered(myusername)){
header("location:index.php");
}