Jump to content

Recommended Posts

I am trying to make an anime video website, and i don't want to make several pages for each episode, is there a code somewhere on the net that i can use that will select the video code for the selected episode?

 

like go to the Hellsing episode list, and when u click on the episode you want, the area the list is on goes blank and the video loads. I've already made 13 html pages for each episode of Hellsing, and that was tiring.

 

I'm totally new to php. xD

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/163190-php-for-a-video-site/
Share on other sites

This requires a database with tables to store titles and episodes - episodes relate to titles.

Video filenames are stored within the episode record.

 

You need to learn mysql & php functions:

1. How to pass and use url parameters (the title id and episode id)

2. How to connect & select records from your database using the url parameters

3. How to validate url parameters

 

Learn from some beginner php tutorials (use Google). There is no script to download that will acheive what you want and if there is it will be more difficult to fine tune to your needs. Your functionality spec is fairly basic and not difficult to make. Will require max 2 pages:

1. Display titles, select title, display episodes, select episode

2. Display episode video

Link to comment
https://forums.phpfreaks.com/topic/163190-php-for-a-video-site/#findComment-861852
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.