Search the Community
Showing results for tags 'videos'.
-
Hi all, 1. I want to delete selected(checkbox) items from database(MySQL). Here I am not getting any error, but I couldn't do the delete function.2. Wants to play videos in website. Here videos storing into folder and also into database, but cannot playin website. I tried in many ways, but I couldn't. So, please help to make above mentioned functions workable. dashboard.php<form method="post" enctype="multipart/form-data"><input type="submit" name="delete" class="btn btn-primary" onclick="myFunction(id)" style="font-size: 15px; margin-left: 3em;" value="Delete" /></fo
-
Here I can upload videos successfully into database and videos are saving in appropriate folder named "uploaded". As I mentioned in question, once after uploading the video, if I refresh the browser the previously uploaded video is going saving in my database. Another question is, if I click on the video(displayed name in myvideo.php), video is not going to display instead I am getting "Object Not Found" error. I request you people to give me solutions to solve these problems. Below I am posting my code: myvideo.php: <div class="content"><div class="card"><div class="h
-
Hello there! I have a bit of a challenge here; I was wondering if it is possible, and if so how difficult it will be. I would like to build a plugin of sorts for my site; it would have a video uploader, a video player, and an album for videos. The idea is that my members would be able to upload videos from their computer, where they would be stored in an album on their profile. I don't have the most extensive knowledge of coding, but I consider myself to be a fairly quick learner. My question is, how difficult would it be to create something of this sort, from scratch? The only plugins I've se