-2

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)

1 Answers1

0

You can't load two PHP files at once.

Instead, you can use either JavaScript or jQuery to preload contents.

See: this

Community
  • 1
  • 1
Darpan
  • 183
  • 2
  • 12