I have a index.php (its a video)
when the user is in index.php and seeing the video, its possible to load the home.php (its a portfolio web site and its a little slow, because i have many images)
I have a index.php (its a video)
when the user is in index.php and seeing the video, its possible to load the home.php (its a portfolio web site and its a little slow, because i have many images)
You can't load two PHP files at once.
Instead, you can use either JavaScript or jQuery to preload contents.
See: this