On my site I want to help people with HTML so I built a generator but the php script won't work, I can't access the html of the form cause I can't login to my account for some reason (just tries to load and nothing comes up, just keeps loading...) but this is what I got and it says something's wrong with line 2.
<?php
echo '<input type="text" length="60" name="textgen2" id="textgen2" value="<input type='text' length='30' value='' . $_REQUEST['textgen'] . ''" />';
?>
EDIT! NEVER MIND! got it working, I can't use quotations or apostrophe's after the 1st value. Please someone delete this.