| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Senior Member | Displaying a random youtube video from a list I've done some searching and can't find this. I'd like a php script that will display a random youtube video picked from a list I create (at a resolution I define). Anyone know of such a thing?
__________________ Vermont SEO Automotive SEO For Sale: Co-Sign.com | Skiny.net | CSIFAQ.com | FuelBank.net | Jibbar.com | |
| |
| | #2 (permalink) |
| NamePros Member | If you can't find one, then you will need to make one youself. If you are creating the list yourself, then you can do a SELECT from your database and use rand() with php or Mysql Code: SELECT * FROM table1, table2 WHERE a=b AND c<d -> ORDER BY RAND() LIMIT 1000;
__________________ Regards Jamie Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. |
| |
| | #3 (permalink) |
| Senior Member | Thanks for the info. I don't have a database, I was hoping to have a php script that would have the youtube code then pull the video id from a random line of a txt file. Possible?
__________________ Vermont SEO Automotive SEO For Sale: Co-Sign.com | Skiny.net | CSIFAQ.com | FuelBank.net | Jibbar.com | |
| |
| | #4 (permalink) |
| Buy my domains. | PHP Code: |
| |
| | #5 (permalink) | |
| Senior Member | Quote:
__________________ Vermont SEO Automotive SEO For Sale: Co-Sign.com | Skiny.net | CSIFAQ.com | FuelBank.net | Jibbar.com | | |
| |
| | #7 (permalink) | |
| Senior Member | Quote:
it won't let me give you more rep
__________________ Vermont SEO Automotive SEO For Sale: Co-Sign.com | Skiny.net | CSIFAQ.com | FuelBank.net | Jibbar.com | | |
| |
| | #9 (permalink) |
| NPQ's PA, Slave, and On Call Coder Technical Services | Try array_rand: PHP Code:
__________________ |
| |
| | #10 (permalink) | |
| Senior Member | Quote:
Thanks, won't let me send rep again, so NPs on the way.
__________________ Vermont SEO Automotive SEO For Sale: Co-Sign.com | Skiny.net | CSIFAQ.com | FuelBank.net | Jibbar.com | | |
| |
| | #14 (permalink) | |
| NPQ's PA, Slave, and On Call Coder Technical Services | Quote:
PHP Code: You'd have to: PHP Code:
__________________ | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |