Now that I think about it, it might not be possible to do what you want to do. You see, PHP is a server side language. If you want to do what you want, use HTML & JavaScript. The <video> element would be perfect for what you want to do. Use this code for a video:
Code:
<video width="350" height="270" controls><source src="whatever_file_or_use_script_so_you_upload_the_files_to_the_video_box.mp4></video>
Statistics: Posted by Henrik Gill — Sun Feb 25, 2024 1:12 pm