Quote Originally Posted by carefree2 View Post
I made it as a stand alone script. But both ways are fine
Yeah, the inlude works but I think the DB stuff needs to be this:

$sql = "Select video_id, video_title, video_description, video_add_date, video_flv_name, video_length from videos where video_approve=1 and video_active=1";