Echo HTML, Database Connection Error

I’m trying to echo a block of HTML, but when I click the button that shows, the variable doesn’t print in the URL.

<?php
		echo "<form id=\\"form1\\" name=\\"form1\\" method=\\"post\\" action=\\"/social/friendFollow.php?id=\\"". $FID ."\\">
      <label>
        <input type=\\"submit\\" name=\\"add\\" id=\\"add\\" value=\\"Watch\\" />
      </label>
    </form>";
	?>

Can someone help find my problem, I’m new to echoing HTML.

Thanks! :rofl:

Solved.