downloading file from web page using php

x350x

New Member
My situation is when user enter the keyword associated with the video file and press enter.Out put is alll the details regarding video file which has match with the key word from MySQL DB.Now here I have stored video file in the server location and stored path of the video file in Mysql database.When user click on the name of the video file in output shown , he should be able to download the particular video file from server location to his local disc drive.There would be several video files name in the output having matched keyword.I have written the code in PHP...only thing left is downloading video file on clicking in video name.Though I refered several codes but it was not running properly .
 
Back
Top