I need to call php script from main script that will run in background (i just want to call and proceed without waiting for response) But I need access to user session in called script
What are the advantages/disadvantages of using include/require s to achieve a singular file that contains multiple pages as opposed to directing the user to many individual pages and storing the ...