I have 2 pages, signup.php and errors.php in errors.php I have:
$signuperrors = array(username, password, repassword, email);
and I store errors in this array. I want to use this array on signup.php It is a dumb question probably because I recently started php. Thanks!