Is it possible to launch a php file from a other php file? I know that i can include a file but i don't mean this.
Small example: i have a script which displays something from the database and a other script which get the latest data from a other site and update the database.
When i include the update file, the first script will request the data from the server but i want to make it parallel so that only the update script request from server