Pass the video link to user [PHP]

I am stuck at one point.
The user enters a video link and downloads a video to my server but i don’t know how to pass the download link to user from my server?

As you have not given us any idea how your code works I assume somewhere you are creating a name to save the file as. If you save this name into a variable before using it on the file you can then create a path from it to the image and you can either echo it out on screen or email it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.