subtutle site trouble

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
serious1234
Forum Newbie
Posts: 2
Joined: Sun Jan 21, 2007 1:32 am

subtutle site trouble

Post 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....
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

By using echo() to write a link during a loop of the database results.

:?
serious1234
Forum Newbie
Posts: 2
Joined: Sun Jan 21, 2007 1:32 am

databasae data as links to be downloaded

Post 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.....
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

You may need to read a primer on HTML. Try googling "html tutorial"
Post Reply