I confess I am not a php coder but have managed to build a youtube player which plays from a list which is generated by a flat file data base.
d-sine.com/DEV/CHW/movies/index.php
I have also (nearly) built an admin backend where users can edit the database and add, delete and update their movie player list.
d-sine.com/DEV/CHW/movies/admin/
pass = password
the problem I have is that when the list is edited it throws in a return (a blank line) into the database resulting in an error when the player is refreshed after the change. When this blank line is taken out all is fine, I have got so close its frustrating arrrgghh
Can anyone help???
The cade in full is here http://www.d-sine.com/DEV/movies.zip
Open Source, so if it is any use to anyone, be my guest ;-)