Code: Select all
<?php
$use_info[0] = <username>;
$user_info[1] = <register_time>;
// etc
?>Now I want to access that information through other files, but have been unsuccessful.
Is this an issue of scope? Correct me if I'm wrong, but I believe it's because the scope of the array is the login file. How can I access these values?