THINK_Lyndon Posted May 14, 2013 Share Posted May 14, 2013 Hi there, I'm trying to learn basic coding - starting with some work on my own website. I'm trying to add a video frame in to a page on my website and have followed various advice online... but it's still not working. Could somebody help me understand what I'm doing/not doing? This is what I have so far. Thanks in advance, Lyndon <?php $title = "THINK DIFFERENT[LY] – PR for startups. From $175."; include('includes/header.php'); $pgKeywords="PR, Public Relations, Toronto, StartUp, Entrepreneur, PR-on-demand, public relations and marketing, marketing plan plan" <section <?php include "https://www.youtube.com/watch?v=eY8owu-_n7Q"; ?> </div> ?> <section class="row"> <div class="span12"> <div id="home"> <H1>Results. Not Retainers.</H2?> </div> </div> </section> <meta name="keywords" CONTENT="Startup Public Relations, startup pr, pr for startups, startup pr firm, the public relations, public relations in, Toronto, StartUp PR, Entrepreneur, PR-on-demand, PAYG PR, Pay As You Go PR, Startup PR, THINK DIFFERENTLY, public relations for, startups, about public relations"> <?php include('includes/footer.php'); ?> Link to comment https://forums.phpfreaks.com/topic/277993-anybody-want-to-help-a-wannabe-coder/ Share on other sites More sharing options...
requinix Posted May 14, 2013 Share Posted May 14, 2013 PHPFreaks.com Questions, Comments, & Suggestions This is NOT a help forum! Do not post topics asking for help that are not related to the website. Go to the YouTube video, click Share, click Embed, and copy/paste that HTML into the page. No PHP involved. Link to comment https://forums.phpfreaks.com/topic/277993-anybody-want-to-help-a-wannabe-coder/#findComment-1430047 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.