Jump to content

how do i display videos


franknu

Recommended Posts

ok i after i uploead a video how do i display it, lets say that i record it from a camera, i upload it to the server so how do i dispaly it

 

this is how i display my pictures

 

  $image = preg_replace('#^.*/public_html#', '', $row['Picture8']);

            echo "<img src='$image' width='235' height='250'>";

 

any idea help

Link to comment
https://forums.phpfreaks.com/topic/54158-how-do-i-display-videos/
Share on other sites

Depends on how you want to display it. If you want the user to simply download and view ontheir machine, then just create a link to the file. If you want them to view on the page itself, you will need to embed the video. In any event, this is not a PHP question,

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.