Page 1 of 1
subtutle site trouble
Posted: Sun Jan 21, 2007 7:55 am
by serious1234
i am new to php and i would like to make my own site for movies subtitles in my own langauge. my question is when a visitor searches for subtitles and finds a number of them,how could i list all these availabe subtitles and make them clickable links so as the user can click anyone of them to download the subtitle file....
Posted: Sun Jan 21, 2007 8:12 am
by feyd
By using
echo() to write a link during a loop of the database results.

databasae data as links to be downloaded
Posted: Sun Jan 21, 2007 8:25 am
by serious1234
yes..and the most important thing is how could i make those search results links to files to be downloaded...can you explain that in some details if you don't mind....thank you so much.....
Posted: Sun Jan 21, 2007 8:30 am
by Ambush Commander
You may need to read a primer on HTML. Try googling "html tutorial"