[Solved] how to display video in a php page [duplicate]


Video:

<video width="320" height="240" controls autoplay>
  <source src="https://stackoverflow.com/questions/22879392/Priyanka Chopra - Exotic ft. Pitbull - YouTube.MP4" type="video/mp4">
  Sorry, your browser doesn't support the video element.
</video>

Audio:

<audio controls>
  <source src="https://stackoverflow.com/questions/22879392/horse.mp3" type="audio/mpeg">
  Sorry, your browser does not support the audio element.
</audio>

5

solved how to display video in a php page [duplicate]