$("#popMenu-fk").load("secure/student.php");
The calling files rests in folder "a" while the php script is in "a/Secure" folder. However, I am not being able to access that file from that path, but if I paste the file in same folder as calling file and use
$("#popMenu-fk").load("student.php");
it works!
Am I going wrong somewhere? Thanks!