hello dear, i am trying to make a page just like this

Home Forums Programming PHP & MySQL hello dear, i am trying to make a page just like this

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2838
    rateesh
    Participant

    i am trying to make a page just like this
    http://veedio.info/nowvideo.php?url=j00xs43y0mi8l

    it has a main page http://veedio.info/nowvideo.php
    and when we put video id in the end flash player works . and there is no need to make a new page for every new video. only use video id and done.

    how we can make a page like this http://veedio.info/nowvideo.php?url= and when we put some video id it play video .

    thanks in advance if you reply.

    #2844
    Satish
    Keymaster

    Video players usually have src attribute wherein you insert the URL of your video file. Your video file should be associated with this video id.

    Store both video URL and video ID in Database.

    Once someone access your video page with a specific video ID, query your database table, get the associated video file URL, feed it to the player’s src attribute, and there you have it!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.