View Full Version : HTML| Leading to PHP page, HELP!
zift88
01-20-2007, 07:08 AM
Hello, My name is kevin, i'm building a video website and I'm having some problams.
I have 10 buttons all leading to a different player, I want them all to go into one player
instead.
I want to be able to go to the same player from each button rather than starting a
new HTML page for each one.
Is there anyway to do this with PHP?
Maybe with ID's or something I really don't know.
Please help,
Kevin
Shaffer
01-20-2007, 07:12 AM
Here is my plan...
Learn some AJAX (http://www.w3schools.com/ajax/default.asp).
Then just change the source of the player (something.src = '');
Shaffer.
zift88
01-20-2007, 07:24 AM
Umm can you help me with that script?
It's just a simple script (I hope so) , and I don't really want to learn a new proggramming language..
Thanks!
CMHBowlan
01-20-2007, 07:35 AM
If I were making a video Web site, I would use PHP and a MySQL database to store and manage my videos. I would probably create table in a database and make each row a video and use pagination to allow users to view the videos on seperate pages. It would also allow my users to search the database for my videos.
zift88
01-20-2007, 07:58 AM
If I were making a video Web site, I would use PHP and a MySQL database to store and manage my videos. I would probably create table in a database and make each row a video and use pagination to allow users to view the videos on seperate pages. It would also allow my users to search the database for my videos.
The thing is that I already uploaded all my videos somewhere (some website like YouTube), and I have the script for each player which I took from the site itself, the only thind different between all of them is the video number..
Thanks again.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.