how to go to another folder in php

Solutions on MaxInterview for how to go to another folder in php by the best coders in the world

showing results for - "how to go to another folder in php"
Pietro
14 Jan 2017
1just add the source of another file
2  for example:
3you are in "localhost/library/admin/admin_login" and you have to go to student login
4  <a href="localhost/library/student/student_login.php">For Student Login Click Here<a/>