Jump to content

Custom Search


anudeep

Recommended Posts

Hi people!

I am designing a video streaming website something like youtube. I have many videos and their details(in a separate xml file, which has fields like speaker, title etc.)

I want to implement a custom search on the basis of their fields and i dont know how to. please help me out.

should i combine them to a mysql table or parse through multiple xml files, if so how to?

p.s there are a lot of videos.

 

 

Thanks a lot.

Link to comment
Share on other sites

  • 2 weeks later...

using XML files is to use structural informations offline, but online use require that you put all those data on the database, and do SQL queries to do search ...

 

in HTML 5, there is <video> tag that allow you to stream a video .. for something more advanced, you have to program that using Flash, ..etc

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.