here is my code and im trying to print youtube videos. on a text file i have this and here is my code to print it useing php but its not working here is my php code but its not working im new to PHP so any help will be GREAT thanks
First thing I notice is that you placed "<br />" at the end of $line and you're trying to insert that into the embed source and stuff? Why do you have the break? That'll certainly mess things up.
please read this ..... http://code.google.com/apis/youtube/developers_guide_protocol.html more specifically http://code.google.com/apis/youtube/developers_guide_protocol.html#Displaying_a_list_of_videos may help you for getting idea.